- Updated to 0.5 (release notes: https://launchpad.net/bzr-builder/trunk/0.5)
- Changed LICENSE from GPLv2 to GPLv3 PR: ports/150380 Submitted by: Carlo Strub <c-s at c-s.li> (maintainer)
This commit is contained in:
parent
59ddfdae9e
commit
02d08ccb5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260882
2 changed files with 9 additions and 6 deletions
|
@ -6,9 +6,9 @@
|
|||
#
|
||||
|
||||
PORTNAME= bzr-builder
|
||||
PORTVERSION= 0.4
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://launchpadlibrarian.net/53826552/ \
|
||||
MASTER_SITES= http://launchpadlibrarian.net/54689925/ \
|
||||
http://www.c-s.li/ports/
|
||||
|
||||
MAINTAINER= c-s@c-s.li
|
||||
|
@ -17,7 +17,7 @@ COMMENT= A bzr plugin to construct a bzr branch based on a "recipe"
|
|||
BUILD_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
|
||||
RUN_DEPENDS= bzr:${PORTSDIR}/devel/bazaar-ng
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv3
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
|
@ -25,4 +25,7 @@ USE_PYTHON= yes
|
|||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_PKGNAME= bzr_builder
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|0.4|0.5|g' ${WRKSRC}/setup.py
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (bzr-builder-0.4.tar.gz) = 833e1c53547efcecb89eba09b7a684d0
|
||||
SHA256 (bzr-builder-0.4.tar.gz) = 2b45bbf9f19ecc834fbbb6d73e1280afa5f5e06b4adc44ec7f4a53208921be53
|
||||
SIZE (bzr-builder-0.4.tar.gz) = 40567
|
||||
MD5 (bzr-builder-0.5.tar.gz) = 2c31bcb432dbfdcf2475140f167cebd8
|
||||
SHA256 (bzr-builder-0.5.tar.gz) = bf46bdf73147c1633e1e02a60a2c7786755e2bf0f8aa013c540f4963c46ffff3
|
||||
SIZE (bzr-builder-0.5.tar.gz) = 40805
|
||||
|
|
Loading…
Reference in a new issue