summaryrefslogtreecommitdiff
path: root/ports-mgmt/portbuilder
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2011-07-25 01:40:44 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2011-07-25 01:40:44 +0000
commit401404698586ea237295823a3a72b8fb31df8974 (patch)
treecf7675b148ec913b9fe4183e0b6dbe6be250e9ca /ports-mgmt/portbuilder
parent- Update to 1.3.1 (diff)
Update to 0.1.3.1
PR: ports/159073 Submitted by: David Naylor <naylor.b.david@gmail.com> [maintainer] Approved by: wxs (mentor)
Notes
Notes: svn path=/head/; revision=278274
Diffstat (limited to 'ports-mgmt/portbuilder')
-rw-r--r--ports-mgmt/portbuilder/Makefile14
-rw-r--r--ports-mgmt/portbuilder/distinfo4
-rw-r--r--ports-mgmt/portbuilder/pkg-descr6
3 files changed, 17 insertions, 7 deletions
diff --git a/ports-mgmt/portbuilder/Makefile b/ports-mgmt/portbuilder/Makefile
index 1f9f290298bd..3bdbfd2f32f5 100644
--- a/ports-mgmt/portbuilder/Makefile
+++ b/ports-mgmt/portbuilder/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= portbuilder
-DISTVERSION= 0.1.3
+DISTVERSION= 0.1.3.1
CATEGORIES= ports-mgmt
MASTER_SITES= http://cloud.github.com/downloads/DragonSA/portbuilder/
@@ -15,7 +15,17 @@ COMMENT= Concurrent FreeBSD port builder
LICENSES= BSD
USE_PYTHON= 2.6+
-USE_PYDISTUTILS= yes
+USE_PYDISTUTILS=yes
USE_XZ= yes
+PORTDOCS= BUGS ChangeLog COPYRIGHT README
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for file in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.mk>
diff --git a/ports-mgmt/portbuilder/distinfo b/ports-mgmt/portbuilder/distinfo
index 054e457e0cee..08fd1250a54c 100644
--- a/ports-mgmt/portbuilder/distinfo
+++ b/ports-mgmt/portbuilder/distinfo
@@ -1,2 +1,2 @@
-SHA256 (portbuilder-0.1.3.tar.xz) = fa9b0022e612adf17b5aa21a77d71dba2a77edf6e00c83b9fbd96f85e3a618c4
-SIZE (portbuilder-0.1.3.tar.xz) = 30412
+SHA256 (portbuilder-0.1.3.1.tar.xz) = f9fe7c53078ccd633bd7ac5a92b63535ca4aaab5ece403f34693b738b5cc55bd
+SIZE (portbuilder-0.1.3.1.tar.xz) = 31372
diff --git a/ports-mgmt/portbuilder/pkg-descr b/ports-mgmt/portbuilder/pkg-descr
index 5509283d0973..d972a0e97732 100644
--- a/ports-mgmt/portbuilder/pkg-descr
+++ b/ports-mgmt/portbuilder/pkg-descr
@@ -1,8 +1,8 @@
A concurrent ports building tool. Although FreeBSD ports supports building a
-single port using multiple jobs (via MAKE_JOBS) however it cannot build
-multiple ports concurrently. This tool accomplishes just that.
+single port using multiple jobs (via MAKE_JOBS), it cannot build multiple ports
+concurrently. This tool accomplishes just that.
-Some of its key features:
+Some of it's key features:
* Concurrent port building
* Load control
* Top like UI