diff options
author | zi <zi@FreeBSD.org> | 2011-07-25 09:40:44 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-07-25 09:40:44 +0800 |
commit | a668259be7aecf8cbd816528e2337d3291e4877c (patch) | |
tree | 3b64a1eecad8b57dd8161a2021d7405bb973b2e2 /ports-mgmt | |
parent | 91a2286cce8b04df59263c3221e7bb0c8271b413 (diff) | |
download | freebsd-ports-gnome-a668259be7aecf8cbd816528e2337d3291e4877c.tar.gz freebsd-ports-gnome-a668259be7aecf8cbd816528e2337d3291e4877c.tar.zst freebsd-ports-gnome-a668259be7aecf8cbd816528e2337d3291e4877c.zip |
Update to 0.1.3.1
PR: ports/159073
Submitted by: David Naylor <naylor.b.david@gmail.com> [maintainer]
Approved by: wxs (mentor)
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portbuilder/Makefile | 14 | ||||
-rw-r--r-- | ports-mgmt/portbuilder/distinfo | 4 | ||||
-rw-r--r-- | ports-mgmt/portbuilder/pkg-descr | 6 |
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 |