diff options
-rw-r--r-- | devel/gtgt/Makefile | 19 | ||||
-rw-r--r-- | devel/gtgt/distinfo | 6 |
2 files changed, 17 insertions, 8 deletions
diff --git a/devel/gtgt/Makefile b/devel/gtgt/Makefile index 3610ef11ccca..c9634ca093d5 100644 --- a/devel/gtgt/Makefile +++ b/devel/gtgt/Makefile @@ -7,24 +7,33 @@ # PORTNAME= gtgt -PORTVERSION= 3.0.0 +PORTVERSION= 3.2.0 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= General (or GNU) template generation tools -USE_GNOME= gnometarget -GNU_CONFIGURE= yes +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash + +NO_BUILD= yes -PLIST_FILES= bin/gcng bin/gptg bin/gscg PORTDOCS= autoconf.html automake.html \ company-license.long company-license.short \ gtgt.gif gtgt.html gtgt.txt \ index.html libtool.html +PLIST_FILES= ${SCRIPTS:S/^/bin\//} + +SCRIPTS= gcng gptg gscg + +post-patch: +.for file in ${SCRIPTS} + @${REINPLACE_CMD} -e \ + 's|^#!.*|#!${LOCALBASE}/bin/bash|g' ${WRKSRC}/scripts/${file} +.endfor do-install: -.for file in gcng gptg gscg +.for file in ${SCRIPTS} ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${file} ${PREFIX}/bin .endfor .if !defined(NOPORTDOCS) diff --git a/devel/gtgt/distinfo b/devel/gtgt/distinfo index 9baaffa47f67..6652c865a0cb 100644 --- a/devel/gtgt/distinfo +++ b/devel/gtgt/distinfo @@ -1,3 +1,3 @@ -MD5 (gtgt-3.0.0.tar.gz) = d13fddb844e9e5b7508f102c04bf9415 -SHA256 (gtgt-3.0.0.tar.gz) = 6c2158f2743dea115c556bdb1b22f749f8c809a04a3e525c56b9addae9caa588 -SIZE (gtgt-3.0.0.tar.gz) = 709577 +MD5 (gtgt-3.2.0.tar.gz) = 902117aa819d1ef118a1d818a5fca43a +SHA256 (gtgt-3.2.0.tar.gz) = 78786eed9f2cfaaedcec89617d4b510ea563ddfee71e3c3d684faf15351b75ae +SIZE (gtgt-3.2.0.tar.gz) = 730692 |