From owner-svn-ports-all@FreeBSD.ORG Tue Nov 18 23:54:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C4B2C4B; Tue, 18 Nov 2014 23:54:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EF4A7FB; Tue, 18 Nov 2014 23:54:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAINsIRc044322; Tue, 18 Nov 2014 23:54:18 GMT (envelope-from mi@FreeBSD.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAINsHKb044320; Tue, 18 Nov 2014 23:54:17 GMT (envelope-from mi@FreeBSD.org) Message-Id: <201411182354.sAINsHKb044320@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mi set sender to mi@FreeBSD.org using -f From: Mikhail Teterin Date: Tue, 18 Nov 2014 23:54:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372757 - in head/graphics/gdtclft: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 23:54:18 -0000 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 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.