svn commit: r372757 - in head/graphics/gdtclft: . files

Mikhail Teterin mi at FreeBSD.org
Tue Nov 18 23:54:18 UTC 2014


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.
 


More information about the svn-ports-head mailing list