- Respect rubygems naming: rename archivers/rubygem-bzip2 to archivers/rubygem-bzip2-ruby

- Cleanup Makefile
- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-29 21:30:38 +00:00
parent 6ccbb3fb91
commit 4a2f4ce13e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=366567
8 changed files with 6 additions and 7 deletions

View file

@ -171,7 +171,7 @@
SUBDIR += ruby-zip
SUBDIR += rubygem-archive-tar-minitar
SUBDIR += rubygem-archive-zip
SUBDIR += rubygem-bzip2
SUBDIR += rubygem-bzip2-ruby
SUBDIR += rubygem-libarchive
SUBDIR += rubygem-minitar
SUBDIR += rubygem-rubyzip

View file

@ -1,12 +1,11 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= bzip2
PORTNAME= bzip2-ruby
PORTVERSION= 0.2.7
PORTREVISION= 2
CATEGORIES= archivers rubygems
MASTER_SITES= RG
DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby C bindings to libbzip2
@ -16,7 +15,6 @@ LICENSE_COMB= dual
USE_RUBY= yes
USE_RUBYGEMS= yes
GEM_NAME= ${PORTNAME}-ruby-${PORTVERSION}
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -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:

View file

@ -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}