summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/generate/Makefile12
-rw-r--r--devel/generate/distinfo5
-rw-r--r--devel/generate/files/LICENSE5
3 files changed, 15 insertions, 7 deletions
diff --git a/devel/generate/Makefile b/devel/generate/Makefile
index 4bdabcfb7b29..ae6ba16946d3 100644
--- a/devel/generate/Makefile
+++ b/devel/generate/Makefile
@@ -1,6 +1,5 @@
PORTNAME= generate
-PORTVERSION= 2.8
-PORTREVISION= 2
+DISTVERSION= 3.0
CATEGORIES= devel
MASTER_SITES= http://www.druid.net/darcy/
@@ -8,6 +7,11 @@ MAINTAINER= darcy@druid.net
COMMENT= Simple text pre-processor
WWW= https://www.druid.net/darcy/readme-generate.html
+LICENSE= UNKNOWN
+LICENSE_NAME= unknown
+LICENSE_FILE= ${FILESDIR}/LICENSE
+LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
+
USES= gmake tar:tgz
MAKE_ARGS= BINDIR=${STAGEDIR}${PREFIX}/bin \
@@ -17,9 +21,7 @@ CONFLICTS_INSTALL= julius php*-pear-Text_Highlighter
PLIST_FILES= bin/generate bin/rgenerate share/man/man1/generate.1.gz
-post-patch:
- @${REINPLACE_CMD} -e 's,^CFLAGS *=,CFLAGS +=,' \
- ${WRKSRC}/Makefile
+TEST_TARGET= test
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*
diff --git a/devel/generate/distinfo b/devel/generate/distinfo
index c689d9ce0164..2e89e0ec6902 100644
--- a/devel/generate/distinfo
+++ b/devel/generate/distinfo
@@ -1,2 +1,3 @@
-SHA256 (generate-2.8.tgz) = 35b56d1f11fb834c0cbeca3c41c1dceee8b18d40933e0c680519daf24e9c2dd9
-SIZE (generate-2.8.tgz) = 31590
+TIMESTAMP = 1735396348
+SHA256 (generate-3.0.tgz) = c680e6285af499aaaa2e1c9531a4974dea612ea20b52b49751b7a99ea04798d5
+SIZE (generate-3.0.tgz) = 35167
diff --git a/devel/generate/files/LICENSE b/devel/generate/files/LICENSE
new file mode 100644
index 000000000000..fa80d5f9941e
--- /dev/null
+++ b/devel/generate/files/LICENSE
@@ -0,0 +1,5 @@
+This program may be freely distributed as long as credit is given to D'Arcy
+J.M. Cain, the source is included and this notice remains intact. There is
+specifically no restrictions on use of the program including personal or
+commercial. You may even charge others for this program as long as the above
+conditions are met.