Date: Mon, 3 Feb 2014 09:41:18 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342398 - in head: mail/mbx2mbox mail/qsf misc/imerge multimedia/gcap Message-ID: <201402030941.s139fIwK008712@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Mon Feb 3 09:41:17 2014 New Revision: 342398 URL: http://svnweb.freebsd.org/changeset/ports/342398 QAT: https://qat.redports.org/buildarchive/r342398/ Log: - Stage support Modified: head/mail/mbx2mbox/Makefile head/mail/mbx2mbox/pkg-plist head/mail/qsf/Makefile head/misc/imerge/Makefile head/multimedia/gcap/Makefile Modified: head/mail/mbx2mbox/Makefile ============================================================================== --- head/mail/mbx2mbox/Makefile Mon Feb 3 09:40:26 2014 (r342397) +++ head/mail/mbx2mbox/Makefile Mon Feb 3 09:41:17 2014 (r342398) @@ -15,7 +15,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN1= mbx2mbox.1 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/mail/mbx2mbox/pkg-plist ============================================================================== --- head/mail/mbx2mbox/pkg-plist Mon Feb 3 09:40:26 2014 (r342397) +++ head/mail/mbx2mbox/pkg-plist Mon Feb 3 09:41:17 2014 (r342398) @@ -1,3 +1,4 @@ bin/mbx2mbox %%SITE_PERL%%/%%PERL_ARCH%%/auto/mbx2mbox/.packlist +man/man1/mbx2mbox.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mbx2mbox Modified: head/mail/qsf/Makefile ============================================================================== --- head/mail/qsf/Makefile Mon Feb 3 09:40:26 2014 (r342397) +++ head/mail/qsf/Makefile Mon Feb 3 09:41:17 2014 (r342398) @@ -16,13 +16,12 @@ SQLITE2_DESC= SQLite2 support USE_BZIP2= yes GNU_CONFIGURE= yes -MAN1= qsf.1 -PLIST_FILES= bin/qsf +PLIST_FILES= bin/qsf \ + man/man1/qsf.1.gz CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MGDBM} Modified: head/misc/imerge/Makefile ============================================================================== --- head/misc/imerge/Makefile Mon Feb 3 09:40:26 2014 (r342397) +++ head/misc/imerge/Makefile Mon Feb 3 09:41:17 2014 (r342398) @@ -16,9 +16,7 @@ USE_BZIP2= yes MAKE_ARGS= PREFIX="${PREFIX}" MANPREFIX="${MANPREFIX}" MAKEFILE= BSDmakefile -MAN1= imerge.1 -MANCOMPRESSED= maybe -PLIST_FILES= bin/imerge +PLIST_FILES= bin/imerge \ + man/man1/imerge.1.gz -NO_STAGE= yes .include <bsd.port.mk> Modified: head/multimedia/gcap/Makefile ============================================================================== --- head/multimedia/gcap/Makefile Mon Feb 3 09:40:26 2014 (r342397) +++ head/multimedia/gcap/Makefile Mon Feb 3 09:41:17 2014 (r342398) @@ -25,9 +25,8 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR} USES= perl5 USE_PERL5= configure -MAN1= gcap.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap -PLIST_FILES= bin/gcap ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap/.packlist +PLIST_FILES= bin/gcap ${SITE_PERL_REL}/${PERL_ARCH}/auto/gcap/.packlist \ + man/man1/gcap.1.gz -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402030941.s139fIwK008712>