- Fix build with clang - Add LICENSE
Responsible Changed From-To: freebsd-ports-bugs->pawel I'll take it.
Author: pawel Date: Fri Dec 20 20:50:14 2013 New Revision: 337089 URL: http://svnweb.freebsd.org/changeset/ports/337089 Log: - Fix build with clang - Add LICENSE PR: ports/184887 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/security/gsfv/Makefile (contents, props changed) Modified: head/security/gsfv/Makefile ============================================================================== --- head/security/gsfv/Makefile Fri Dec 20 20:19:09 2013 (r337088) +++ head/security/gsfv/Makefile Fri Dec 20 20:50:14 2013 (r337089) @@ -5,14 +5,20 @@ PORTNAME= gsfv PORTVERSION= 0.2.1 PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ijliao +MASTER_SITES= LOCAL/ijliao MAINTAINER= ports@FreeBSD.org COMMENT= Create or verify Simple File Verification (SFV) checksum files -PLIST_FILES= bin/gsfv +LICENSE= BSD2CLAUSE + USE_GNOME= gtk12 GNU_CONFIGURE= yes +PLIST_FILES= bin/gsfv + +post-patch: + @${REINPLACE_CMD} -e \ + 's|\([[:blank:]]\)log|\1bb_log|' ${WRKSRC}/src/backbone.c + .include <bsd.port.mk> _______________________________________________ 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!
Author: mat Date: Sat Dec 21 10:23:32 2013 New Revision: 337123 URL: http://svnweb.freebsd.org/changeset/ports/337123 Log: MFH: r337089 - Fix build with clang - Add LICENSE PR: ports/184887 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: portmgr (implicit) Modified: branches/2014Q1/security/gsfv/Makefile (contents, props changed) Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/security/gsfv/Makefile ============================================================================== --- branches/2014Q1/security/gsfv/Makefile Sat Dec 21 10:22:13 2013 (r337122) +++ branches/2014Q1/security/gsfv/Makefile Sat Dec 21 10:23:32 2013 (r337123) @@ -5,14 +5,20 @@ PORTNAME= gsfv PORTVERSION= 0.2.1 PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ijliao +MASTER_SITES= LOCAL/ijliao MAINTAINER= ports@FreeBSD.org COMMENT= Create or verify Simple File Verification (SFV) checksum files -PLIST_FILES= bin/gsfv +LICENSE= BSD2CLAUSE + USE_GNOME= gtk12 GNU_CONFIGURE= yes +PLIST_FILES= bin/gsfv + +post-patch: + @${REINPLACE_CMD} -e \ + 's|\([[:blank:]]\)log|\1bb_log|' ${WRKSRC}/src/backbone.c + .include <bsd.port.mk> _______________________________________________ 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"