- Fix shebang for bin/gifburst Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: change, diff: SVN)
Responsible Changed From-To: freebsd-ports-bugs->dinoex I will take care of it.
Author: dinoex Date: Tue Apr 15 08:13:14 2014 New Revision: 351312 URL: http://svnweb.freebsd.org/changeset/ports/351312 QAT: https://qat.redports.org/buildarchive/r351312/ Log: - Fix shebang for obsolte bin/gifburst PR: 188637 Submitted by: Steve Wills - Strip libgif Modified: head/graphics/giflib/Makefile Modified: head/graphics/giflib/Makefile ============================================================================== --- head/graphics/giflib/Makefile Tue Apr 15 07:54:35 2014 (r351311) +++ head/graphics/giflib/Makefile Tue Apr 15 08:13:14 2014 (r351312) @@ -3,7 +3,7 @@ PORTNAME= giflib PORTVERSION= 4.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x PKGNAMESUFFIX= ${NOX11SUFFIX}${PKGNAMESUFFIX2} @@ -14,8 +14,9 @@ COMMENT= Tools and library routines for CONFLICTS= libungif-[0-9]* PORTSCOUT= limit:^4\. -USES= tar:bzip2 +USES= tar:bzip2 shebangfix USE_AUTOTOOLS= libtool +SHEBANG_FILES= ${WRKSRC}/util/gifburst GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -54,6 +55,7 @@ post-patch: .endif post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgif.so.5 .for i in ${LMAN1} ${INSTALL_MAN} ${WRKSRC}/doc/${i} ${STAGEDIR}${PREFIX}/man/man1/ .endfor _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed committed, thanks.