Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2014 19:37:45 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375111 - in head/security: authforce binwalk chroot_safe clamcour cracklib dropbear fl0p linux-c6-libgcrypt linux-f10-cyrus-sasl2 linux-f10-libgcrypt openscep pam_yubico pulledpork sht...
Message-ID:  <201412201937.sBKJbjJW009673@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Dec 20 19:37:44 2014
New Revision: 375111
URL: https://svnweb.freebsd.org/changeset/ports/375111
QAT: https://qat.redports.org/buildarchive/r375111/

Log:
  cleanup plist

Modified:
  head/security/authforce/Makefile
  head/security/binwalk/Makefile
  head/security/chroot_safe/Makefile
  head/security/clamcour/Makefile
  head/security/cracklib/Makefile
  head/security/dropbear/Makefile
  head/security/fl0p/Makefile
  head/security/linux-c6-libgcrypt/Makefile
  head/security/linux-f10-cyrus-sasl2/Makefile
  head/security/linux-f10-libgcrypt/Makefile
  head/security/openscep/Makefile
  head/security/pam_yubico/Makefile
  head/security/pulledpork/Makefile
  head/security/shttpscanner/Makefile
  head/security/sinfp/Makefile
  head/security/smtpscan/Makefile
  head/security/snortsam/Makefile
  head/security/truecrypt/Makefile
  head/security/ykpers/Makefile

Modified: head/security/authforce/Makefile
==============================================================================
--- head/security/authforce/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/authforce/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -34,7 +34,6 @@ PLIST_FILES=	bin/authforce \
 		%%DATADIR%%/password.lst \
 		%%DATADIR%%/username.lst \
 		%%DATADIR%%/userpass.lst
-PLIST_DIRS=	%%DATADIR%%
 
 OPTIONS_DEFINE=		CURL NLS
 

Modified: head/security/binwalk/Makefile
==============================================================================
--- head/security/binwalk/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/binwalk/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -18,7 +18,6 @@ PLIST_FILES=	bin/binwalk \
 		etc/binwalk/magic.binarch \
 		etc/binwalk/magic.bincast \
 		etc/binwalk/magic.binwalk
-PLIST_DIRS=	etc/binwalk
 
 PORTDOCS=	README
 

Modified: head/security/chroot_safe/Makefile
==============================================================================
--- head/security/chroot_safe/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/chroot_safe/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -14,7 +14,6 @@ COMMENT=	Tool to chroot softwares easily
 GNU_CONFIGURE=	YES
 
 PLIST_FILES=	man/man1/chroot_safe.1.gz sbin/chroot_safe libexec/chroot_safe/chroot_safe.so
-PLIST_DIRS=	libexec/chroot_safe
 
 post-patch:
 	${REINPLACE_CMD} -e  's|CXX=g++|CXX?=c++|' \

Modified: head/security/clamcour/Makefile
==============================================================================
--- head/security/clamcour/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/clamcour/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -21,8 +21,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 CFLAGS+=	${PTHREAD_CFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	${PTHREAD_LIBS} -L${LOCALBASE}/lib
 
-PLIST_DIRS=	etc/courier/clamcour
-PLIST_DIRSTRY=	etc/courier libexec/filters
 PLIST_FILES=	libexec/filters/clamcour man/man1/clamcour.1.gz
 
 post-patch:

Modified: head/security/cracklib/Makefile
==============================================================================
--- head/security/cracklib/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/cracklib/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -36,18 +36,6 @@ PLIST_FILES=	%%PYTHON_SITELIBDIR%%/_crac
 		%%PYTHON_SITELIBDIR%%/test_cracklib.pyo
 .else
 CONFIGURE_ARGS+=--without-python
-PLIST_DIRS=	libdata/cracklib \
-		share/cracklib \
-		share/locale/as/LC_MESSAGES \
-		share/locale/as \
-		share/locale/bn_IN/LC_MESSAGES \
-		share/locale/bn_IN \
-		share/locale/mr/LC_MESSAGES \
-		share/locale/mr \
-		share/locale/sl_SI/LC_MESSAGES \
-		share/locale/sl_SI \
-		share/locale/te/LC_MESSAGES \
-		share/locale/te
 
 PLIST_FILES=	include/crack.h \
 		include/packer.h \

Modified: head/security/dropbear/Makefile
==============================================================================
--- head/security/dropbear/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/dropbear/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -23,8 +23,6 @@ PLIST_FILES=	bin/dbclient \
 		man/man1/dropbearkey.1.gz \
 		man/man8/dropbear.8.gz
 
-PLIST_DIRS=	etc/dropbear
-
 OPTIONS_DEFINE=	STATIC
 
 STATIC_LDFLAGS=	-static

Modified: head/security/fl0p/Makefile
==============================================================================
--- head/security/fl0p/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/fl0p/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -17,7 +17,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 
 PORTDOCS=	ChangeLog CREDITS README TODO
 PLIST_FILES=	bin/fl0p %%DATADIR%%/fl0p.fp
-PLIST_DIRS=	%%DATADIR%%
 
 post-patch:
 	@${REINPLACE_CMD} -e \

Modified: head/security/linux-c6-libgcrypt/Makefile
==============================================================================
--- head/security/linux-c6-libgcrypt/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/linux-c6-libgcrypt/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -15,7 +15,6 @@ RPMVERSION=	11.el6_4
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	lib/libgcrypt.so.11 lib/.libgcrypt.so.11.hmac lib/libgcrypt.so.11.5.3
-PLIST_DIRSTRY=	etc/gcrypt
 DOCSDIR=	usr/share/doc/${PORTNAME}-${PORTVERSION}
 PORTDOCS=	AUTHORS COPYING.LIB NEWS THANKS
 DESCR=		${.CURDIR}/../libgcrypt/pkg-descr

Modified: head/security/linux-f10-cyrus-sasl2/Makefile
==============================================================================
--- head/security/linux-f10-cyrus-sasl2/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/linux-f10-cyrus-sasl2/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -21,7 +21,6 @@ USE_LDCONFIG=	yes
 BRANDELF_FILES=	usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2
 DESCR=	${.CURDIR}/../${PORTNAME}/pkg-descr
 
-PLIST_DIRS=	etc/sasl2
 PLIST_FILES=	usr/lib/libsasl2.so.2 usr/lib/libsasl2.so.2.0.22 usr/lib/sasl2/libanonymous.so usr/lib/sasl2/libanonymous.so.2 usr/lib/sasl2/libanonymous.so.2.0.22 usr/lib/sasl2/libsasldb.so usr/lib/sasl2/libsasldb.so.2 usr/lib/sasl2/libsasldb.so.2.0.22 usr/sbin/sasldblistusers2 usr/sbin/saslpasswd2
 DOCSDIR=	usr/share/doc/cyrus-sasl-lib-${PORTVERSION}
 PORTDOCS=	AUTHORS COPYING NEWS README advanced.html appconvert.html components.html gssapi.html index.html install.html macosx.html mechanisms.html options.html plugprog.html programming.html readme.html sysadmin.html upgrading.html windows.html

Modified: head/security/linux-f10-libgcrypt/Makefile
==============================================================================
--- head/security/linux-f10-libgcrypt/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/linux-f10-libgcrypt/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -16,7 +16,6 @@ RPMVERSION=	1.fc10
 USE_LDCONFIG=	yes
 
 PLIST_FILES=	lib/libgcrypt.so.11 lib/libgcrypt.so.11.5.2
-PLIST_DIRS=	etc/gcrypt
 DESCR=		${.CURDIR}/../libgcrypt/pkg-descr
 
 post-install:

Modified: head/security/openscep/Makefile
==============================================================================
--- head/security/openscep/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/openscep/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -19,8 +19,6 @@ USE_APACHE=	22+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-PLIST_DIRSTRY=	www/cgi-bin
-
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--with-html-install-dir="${PREFIX}/www/openscep" \

Modified: head/security/pam_yubico/Makefile
==============================================================================
--- head/security/pam_yubico/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/pam_yubico/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -19,7 +19,6 @@ USES=		libtool pkgconfig
 
 PLIST_FILES=	lib/security/pam_yubico.so \
 		man/man8/pam_yubico.8.gz
-PLIST_DIRS=	lib/security
 SUB_FILES=	pkg-message
 PORTDOCS=	*
 

Modified: head/security/pulledpork/Makefile
==============================================================================
--- head/security/pulledpork/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/pulledpork/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -19,8 +19,6 @@ NO_BUILD=	yes
 USES=		perl5
 USE_PERL5=	run
 
-PLIST_DIRS=	%%ETCDIR%% %%DATADIR%%
-
 PLIST_FILES=	bin/pulledpork.pl \
 		%%ETCDIR%%/disablesid.conf.sample \
 		%%ETCDIR%%/dropsid.conf.sample \

Modified: head/security/shttpscanner/Makefile
==============================================================================
--- head/security/shttpscanner/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/shttpscanner/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -14,7 +14,6 @@ COMMENT=	Simple HTTP scanner
 USES=		dos2unix
 
 PLIST_FILES=	bin/${PORTNAME} %%DATADIR%%/requests.txt %%DATADIR%%/subdomains.txt
-PLIST_DIRS=	%%DATADIR%%
 
 post-patch:
 	@${REINPLACE_CMD} -E '/^#define/s!([a-z]*\.txt)!${DATADIR}/\1!' ${WRKSRC}/${DISTNAME:tl}.c

Modified: head/security/sinfp/Makefile
==============================================================================
--- head/security/sinfp/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/sinfp/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -15,7 +15,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 PLIST=		""
 PLIST_FILES=	bin/${PORTNAME} \
 		%%DATADIR%%/${PORTNAME}.db
-PLIST_DIRS=	%%DATADIR%%
 NO_BUILD=	yes
 MASTERDIR=	${.CURDIR}/../p5-Net-SinFP
 DBDATE=		20110125

Modified: head/security/smtpscan/Makefile
==============================================================================
--- head/security/smtpscan/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/smtpscan/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -25,7 +25,6 @@ PLIST_FILES=	bin/smtpscan \
 		man/man1/smtpscan.1.gz \
 		%%DATADIR%%/fingerprints \
 		%%DATADIR%%/tests
-PLIST_DIRS=	%%DATADIR%%
 
 post-patch:
 	@${REINPLACE_CMD} -e \

Modified: head/security/snortsam/Makefile
==============================================================================
--- head/security/snortsam/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/snortsam/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -22,7 +22,6 @@ USE_RC_SUBR=	snortsam
 SUB_FILES=	pkg-message \
 		pkg-install
 
-PLIST_DIRS=	etc/snortsam
 PLIST_FILES=	sbin/snortsam \
 		%%ETCDIR%%/snortsam.conf.sample \
 		%%ETCDIR%%/country-rootservers.conf.sample \

Modified: head/security/truecrypt/Makefile
==============================================================================
--- head/security/truecrypt/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/truecrypt/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -43,7 +43,6 @@ X11_DESC=	With GUI (depends on X)
 .if ${PORT_OPTIONS:MDOCS}
 PLIST_FILES+=	%%DOCSDIR%%/TrueCrypt\ User\ Guide.pdf
 PLIST_FILES+=	%%DOCSDIR%%/License.txt
-PLIST_DIRS=	%%DOCSDIR%%
 .endif
 
 .if ${PORT_OPTIONS:MX11}

Modified: head/security/ykpers/Makefile
==============================================================================
--- head/security/ykpers/Makefile	Sat Dec 20 19:35:10 2014	(r375110)
+++ head/security/ykpers/Makefile	Sat Dec 20 19:37:44 2014	(r375111)
@@ -32,7 +32,6 @@ PLIST_FILES=	bin/ykchalresp \
 		man/man1/ykchalresp.1.gz \
 		man/man1/ykinfo.1.gz \
 		man/man1/ykpersonalize.1.gz
-PLIST_DIRS=	include/ykpers-1
 
 OPTIONS_DEFINE=	STATIC
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412201937.sBKJbjJW009673>