diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 05:30:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 05:30:38 +0800 |
commit | e9d71d80d5ab1ce2bf78ab452e1f343e41f4b7fb (patch) | |
tree | d7bc6da3a2b193fef46a2e9ee17a881014e6ce6f /sysutils | |
parent | 88f76844805770744beed9211dd2e8bfc494447a (diff) | |
download | freebsd-ports-gnome-e9d71d80d5ab1ce2bf78ab452e1f343e41f4b7fb.tar.gz freebsd-ports-gnome-e9d71d80d5ab1ce2bf78ab452e1f343e41f4b7fb.tar.zst freebsd-ports-gnome-e9d71d80d5ab1ce2bf78ab452e1f343e41f4b7fb.zip |
- Respect rubygems naming: rename archivers/rubygem-bzip2 to archivers/rubygem-bzip2-ruby
- Cleanup Makefile
- Bump PORTREVISION for dependency change
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/puppet/Makefile | 4 | ||||
-rw-r--r-- | sysutils/puppet27/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index c6d6e1c1c0f8..3a5c91d2856e 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -52,7 +52,7 @@ BROKEN= PACKAGE_ROOT option patch is incompatable with PACKAGE_ORIGIN patch. .if ${PORT_OPTIONS:MPACKAGE_ORIGIN} EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_origin -RUN_DEPENDS+= rubygem-bzip2>=0:${PORTSDIR}/archivers/rubygem-bzip2 +RUN_DEPENDS+= rubygem-bzip2-ruby>=0:${PORTSDIR}/archivers/rubygem-bzip2-ruby .endif post-patch: diff --git a/sysutils/puppet27/Makefile b/sysutils/puppet27/Makefile index a4ab2e86bce7..e4d67112e0bc 100644 --- a/sysutils/puppet27/Makefile +++ b/sysutils/puppet27/Makefile @@ -3,6 +3,7 @@ PORTNAME= puppet PORTVERSION= 2.7.26 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ PKGNAMESUFFIX= 27 @@ -44,7 +45,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES .if ${PORT_OPTIONS:MPACKAGE_ORIGIN} EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_origin -RUN_DEPENDS+= rubygem-bzip2>=0:${PORTSDIR}/archivers/rubygem-bzip2 +RUN_DEPENDS+= rubygem-bzip2-ruby>=0:${PORTSDIR}/archivers/rubygem-bzip2-ruby .endif .if ${PORT_OPTIONS:MPACKAGE_ROOT} |