mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 17:36:28 -04:00
- Update to 0.1.5.4.
- Fix LICENSE mispelling. - Trim Makefile header. Fixes: * ordering of jobs * auto (dependency) flag for pkgng * deadlock between OS pipes and wait() * options detection (track changes in Port's infrastructure) * detection of pkgng mode (aka ${OSVERSION} > 1000017) PR: 173121 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Feature safe: yes
This commit is contained in:
parent
0e8b79dc58
commit
fa2a01b6a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306475
2 changed files with 5 additions and 8 deletions
|
@ -1,18 +1,15 @@
|
||||||
# New ports collection Makefile for: portbuilder
|
# Created by: David Naylor <naylor.b.david@gmail.com>
|
||||||
# Date created: 2011/04/03
|
|
||||||
# Whom: David Naylor <naylor.b.david@gmail.com>
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= portbuilder
|
PORTNAME= portbuilder
|
||||||
DISTVERSION= 0.1.5.3
|
DISTVERSION= 0.1.5.4
|
||||||
CATEGORIES= ports-mgmt
|
CATEGORIES= ports-mgmt
|
||||||
MASTER_SITES= http://cloud.github.com/downloads/DragonSA/portbuilder/
|
MASTER_SITES= http://cloud.github.com/downloads/DragonSA/portbuilder/
|
||||||
|
|
||||||
MAINTAINER= naylor.b.david@gmail.com
|
MAINTAINER= naylor.b.david@gmail.com
|
||||||
COMMENT= Concurrent FreeBSD port builder
|
COMMENT= Concurrent FreeBSD port builder
|
||||||
|
|
||||||
LICENSES= BSD
|
LICENSE= BSD
|
||||||
|
|
||||||
USE_PYTHON= 2.6+
|
USE_PYTHON= 2.6+
|
||||||
USE_PYDISTUTILS=yes
|
USE_PYDISTUTILS=yes
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (portbuilder-0.1.5.3.tar.xz) = 2ff76856bde0b880e0166525553f67792dd5aac7a02739c9f48e624343c9e61d
|
SHA256 (portbuilder-0.1.5.4.tar.xz) = a02efab67edc70403cb81b820f089769ab7225ee1de3dff42703ff366c0fb8b9
|
||||||
SIZE (portbuilder-0.1.5.3.tar.xz) = 39820
|
SIZE (portbuilder-0.1.5.4.tar.xz) = 39940
|
||||||
|
|
Loading…
Add table
Reference in a new issue