svn commit: r327913 - head/devel/bsdbuild
Baptiste Daroussin
bapt at FreeBSD.org
Mon Sep 23 06:02:04 UTC 2013
Author: bapt
Date: Mon Sep 23 06:02:03 2013
New Revision: 327913
URL: http://svnweb.freebsd.org/changeset/ports/327913
Log:
Use stage, fix plist
Bump portrevision
Drop maintainership
Modified:
head/devel/bsdbuild/Makefile
head/devel/bsdbuild/pkg-plist
Modified: head/devel/bsdbuild/Makefile
==============================================================================
--- head/devel/bsdbuild/Makefile Mon Sep 23 06:00:51 2013 (r327912)
+++ head/devel/bsdbuild/Makefile Mon Sep 23 06:02:03 2013 (r327913)
@@ -2,10 +2,11 @@
PORTNAME= bsdbuild
PORTVERSION= 3.0
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://stable.hypertriton.com/bsdbuild/
-MAINTAINER= bapt at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= BSD-licensed portable build system
USES= perl5
@@ -15,18 +16,4 @@ LICENSE= BSD
CONFIGURE_ARGS= --with-catman=no
-MAN1= uman.1 \
- man2mediawiki.1 \
- man2wiki.1 \
- mkconfigure.1 \
- mkify.1
-
-MAN5= build.www.mk.5 \
- build.proj.mk.5 \
- build.prog.mk.5 \
- build.lib.mk.5 \
- build.dep.mk.5 \
- build.common.mk.5
-
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/devel/bsdbuild/pkg-plist
==============================================================================
--- head/devel/bsdbuild/pkg-plist Mon Sep 23 06:00:51 2013 (r327912)
+++ head/devel/bsdbuild/pkg-plist Mon Sep 23 06:02:03 2013 (r327913)
@@ -1,9 +1,3 @@
-bin/h2mandoc
-bin/man2wiki
-bin/mkconfigure
-bin/mkify
-bin/mkprojfiles
-bin/uman
%%DATADIR%%/BSDBuild/Builtins.pm
%%DATADIR%%/BSDBuild/Core.pm
%%DATADIR%%/BSDBuild/Mail-SpamAssassin.pm
@@ -117,7 +111,6 @@ bin/uman
%%DATADIR%%/BSDBuild/winsock.pm
%%DATADIR%%/BSDBuild/x11.pm
%%DATADIR%%/BSDBuild/xinerama.pm
-%%DATADIR%%/ManReader/Mdoc.pm
%%DATADIR%%/build.common.mk
%%DATADIR%%/build.dep.mk
%%DATADIR%%/build.doc.mk
@@ -150,7 +143,23 @@ bin/uman
%%DATADIR%%/mkconcurrent.pl
%%DATADIR%%/mkdep
%%DATADIR%%/ml.xsl
+bin/h2mandoc
+bin/man2wiki
+bin/mkconfigure
+bin/mkify
+bin/mkprojfiles
+bin/uman
+man/man1/man2mediawiki.1.gz
+man/man1/man2wiki.1.gz
+man/man1/mkconfigure.1.gz
+man/man1/mkify.1.gz
+man/man1/uman.1.gz
+man/man5/build.common.mk.5.gz
+man/man5/build.dep.mk.5.gz
+man/man5/build.lib.mk.5.gz
+man/man5/build.prog.mk.5.gz
+man/man5/build.proj.mk.5.gz
+man/man5/build.www.mk.5.gz
@dirrmtry %%DATADIR%%/libtool
- at dirrmtry %%DATADIR%%/ManReader
@dirrmtry %%DATADIR%%/BSDBuild
@dirrmtry %%DATADIR%%
More information about the svn-ports-head
mailing list