Date: Tue, 18 Nov 2014 23:54:17 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372757 - in head/graphics/gdtclft: . files Message-ID: <201411182354.sAINsHKb044320@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mi Date: Tue Nov 18 23:54:17 2014 New Revision: 372757 URL: https://svnweb.freebsd.org/changeset/ports/372757 QAT: https://qat.redports.org/buildarchive/r372757/ Log: Resurrect the port, that was removed by mistake. Remove the mention of "NO_STAGE", that lead to the mistake. Appease portlint by renaming MANN to MANNPAGE. Bump PORTREVISION yet again. Added: head/graphics/gdtclft/ - copied from r366719, head/graphics/gdtclft/ Modified: head/graphics/gdtclft/Makefile head/graphics/gdtclft/files/patch-improve Modified: head/graphics/gdtclft/Makefile ============================================================================== --- head/graphics/gdtclft/Makefile Sun Aug 31 03:56:03 2014 (r366719) +++ head/graphics/gdtclft/Makefile Tue Nov 18 23:54:17 2014 (r372757) @@ -3,7 +3,7 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= graphics tcl MASTER_SITES= DISTNAME= ${PORTNAME}${PORTVERSION} @@ -21,20 +21,17 @@ MAKE_ENV= TCL_VER=${TCL_VER} MKDIR="${MK INSTALL_DATA="${INSTALL_DATA}" STAGEDIR="${STAGEDIR}" ALL_TARGET= all -MANN= gdtclft.n -MANCOMPRESSED= no +MANNPAGE= gdtclft.n GDTCLDIR= lib/tcl${TCL_VER}/gdtclft PLIST_DIRS= ${GDTCLDIR} PLIST_FILES= ${GDTCLDIR}/pkgIndex.tcl PLIST_FILES+= ${GDTCLDIR}/libGdtclft2.so -.if !defined(NO_STAGE) -PLIST_FILES+= ${__MANPAGES} -.endif +PLIST_FILES+= man/mann/${MANNPAGE}.gz post-patch: - ${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANN} + ${REINPLACE_CMD} -Ee 's,[[:space:]]+$$,,' ${WRKSRC}/${MANNPAGE} post-install: - ${INSTALL_MAN} ${WRKSRC}/${MANN} ${STAGEDIR}${PREFIX}/man/mann/ + ${GZIP_CMD} -9 -f < ${WRKSRC}/${MANNPAGE} > ${STAGEDIR}${PREFIX}/man/mann/${MANNPAGE}.gz .include <bsd.port.mk> Modified: head/graphics/gdtclft/files/patch-improve ============================================================================== --- head/graphics/gdtclft/files/patch-improve Sun Aug 31 03:56:03 2014 (r366719) +++ head/graphics/gdtclft/files/patch-improve Tue Nov 18 23:54:17 2014 (r372757) @@ -1,5 +1,5 @@ This patch adds support for GIF, XPM, WBMP, and JPEG file formats, which -are support by the underlying GD. +are supported by the underlying GD. GIF, JPEG, and WBMP formats are also added as _output_ formats.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411182354.sAINsHKb044320>