svn commit: r348653 - head/security/fpm2

Rusmir Dusko nemysis at FreeBSD.org
Wed Mar 19 22:00:25 UTC 2014


Author: nemysis
Date: Wed Mar 19 22:00:24 2014
New Revision: 348653
URL: http://svnweb.freebsd.org/changeset/ports/348653
QAT: https://qat.redports.org/buildarchive/r348653/

Log:
  - Use tar:bzip2 instead of USE_BZIP2=yes
  - Remove NEWS and TODO from DOCS
  - Break lines around 80 characters

Modified:
  head/security/fpm2/Makefile

Modified: head/security/fpm2/Makefile
==============================================================================
--- head/security/fpm2/Makefile	Wed Mar 19 21:57:55 2014	(r348652)
+++ head/security/fpm2/Makefile	Wed Mar 19 22:00:24 2014	(r348653)
@@ -13,13 +13,12 @@ LICENSE=	GPLv2
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
 
-USE_BZIP2=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig tar:bzip2
 USE_GNOME=	gtk20
 INSTALLS_OMF=	yes
 GNU_CONFIGURE=	yes
 
-PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
+PORTDOCS=	AUTHORS ChangeLog README
 
 SUB_FILES=	pkg-message
 
@@ -35,12 +34,14 @@ NLS_USES=		gettext
 PORTSCOUT=    limit:^0.7\..*
 
 post-configure:
-	@${REINPLACE_CMD} -e 's|^Icon.*|Icon=${PREFIX}/share/pixmaps/${PORTNAME}/logo.png|' \
+	@${REINPLACE_CMD} -e \
+		's|^Icon.*|Icon=${PREFIX}/share/pixmaps/${PORTNAME}/logo.png|' \
 		-e 's|^Categories=.*|Categories=GTK;Utility;System;|' \
 		${WRKSRC}/data/${PORTNAME}.desktop.in
 
 post-patch:
-	@${REINPLACE_CMD} -E -e "s at encrypt\(@bfishencrypt\(@g" ${WRKSRC}/src/blowfish.c
+	@${REINPLACE_CMD} -E -e "s at encrypt\(@bfishencrypt\(@g" \
+		${WRKSRC}/src/blowfish.c
 	@${REINPLACE_CMD} -e 's|gdk_pixbuf_unref|g_object_unref|g' \
 		${WRKSRC}/src/interface.c
 


More information about the svn-ports-head mailing list