Hi Mike and ports --
lang/secularize has a stray } in its PKGNAME. Attached diff fixes things.
Had to set EPOCH=0 because when I tried to just bump I got:
===> Building package for secularize-0.0.1.7p0
Create /usr/ports/packages/amd64/all/secularize-0.0.1.7p0.tgz
Creating package secularize-0.0.1.7p0
Found newer package secularize-0.0.1.7} in /usr/ports/plist/amd64
OK?
~Brian
Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/secularize/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile 5 Sep 2018 19:38:25 -0000 1.1.1.1
+++ Makefile 16 Apr 2019 01:06:46 -0000
@@ -4,7 +4,8 @@ COMMENT = HolyC transcompiler
MODPY_EGG_VERSION = 0.0.1.post7
DISTNAME = secularize-${MODPY_EGG_VERSION}
-PKGNAME = ${DISTNAME:S/post//}}
+PKGNAME = ${DISTNAME:S/post//}
+EPOCH = 0
CATEGORIES = lang