ports/116018: Update port: devel/gtgt to 3.0.0
KATO Tsuguru
tkato432 at yahoo.com
Sun Sep 2 17:10:06 UTC 2007
>Number: 116018
>Category: ports
>Synopsis: Update port: devel/gtgt to 3.0.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Sep 02 17:10:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 6.2-RELEASE-p7 i386
>Organization:
>Environment:
>Description:
- Update to version 3.0.0
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/devel/gtgt/Makefile devel/gtgt/Makefile
--- /usr/ports/devel/gtgt/Makefile Mon Oct 17 00:31:03 2005
+++ devel/gtgt/Makefile Tue Aug 14 03:50:12 2007
@@ -7,18 +7,31 @@
#
PORTNAME= gtgt
-PORTVERSION= 2.0.0
+PORTVERSION= 3.0.0
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
COMMENT= General (or GNU) template generation tools
+USE_GNOME= gnometarget
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_FILES= bin/gcng bin/gptg bin/gscg
-PORTDOCS= *
+PORTDOCS= autoconf.html automake.html \
+ company-license.long company-license.short \
+ gtgt.gif gtgt.html gtgt.txt \
+ index.html libtool.html
+
+do-install:
+.for file in gcng gptg gscg
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${file} ${PREFIX}/bin
+.endfor
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>
diff -urN /usr/ports/devel/gtgt/distinfo devel/gtgt/distinfo
--- /usr/ports/devel/gtgt/distinfo Fri Nov 25 00:34:01 2005
+++ devel/gtgt/distinfo Tue Aug 14 03:43:33 2007
@@ -1,3 +1,3 @@
-MD5 (gtgt-2.0.0.tar.gz) = 5a68faf7a7562a0a269f174eb97c2bc4
-SHA256 (gtgt-2.0.0.tar.gz) = 0c16d819de124d3c131c052919260f223ef54548ce3a4f979a7f2c4392c5297c
-SIZE (gtgt-2.0.0.tar.gz) = 595184
+MD5 (gtgt-3.0.0.tar.gz) = d13fddb844e9e5b7508f102c04bf9415
+SHA256 (gtgt-3.0.0.tar.gz) = 6c2158f2743dea115c556bdb1b22f749f8c809a04a3e525c56b9addae9caa588
+SIZE (gtgt-3.0.0.tar.gz) = 709577
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list