diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 03:25:10 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-06-07 03:25:10 +0800 |
commit | 3ce7d09e6cb23f7c5b6ed1696276c8217b89b269 (patch) | |
tree | c83099a1416420b251b7dff34f02f34558b886bf /mail | |
parent | 9e6b05898aa0f314786d557f8d5442836ca2c060 (diff) | |
download | freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.gz freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.tar.zst freebsd-ports-gnome-3ce7d09e6cb23f7c5b6ed1696276c8217b89b269.zip |
- GEMS are always RUN_DEPENDS of other GEMS
- Bump PORTREVISION when something other then BUILD_DEPENDS changes
- Some minor verticle whitespace in some ports for consistency with the rest
PR: ports/147551
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav)
With Hat: ruby
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rubygem-actionmailer/Makefile | 3 | ||||
-rw-r--r-- | mail/rubygem-mailfactory/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/mail/rubygem-actionmailer/Makefile b/mail/rubygem-actionmailer/Makefile index a60798d29342..cae5994390ba 100644 --- a/mail/rubygem-actionmailer/Makefile +++ b/mail/rubygem-actionmailer/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby -BUILD_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-${PORTVERSION}.gemspec:${PORTSDIR}/www/rubygem-actionpack -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LOCALBASE}/${SPEC_DIR}/actionpack-${PORTVERSION}.gemspec:${PORTSDIR}/www/rubygem-actionpack USE_RUBY= yes USE_RUBYGEMS= yes diff --git a/mail/rubygem-mailfactory/Makefile b/mail/rubygem-mailfactory/Makefile index 0f3745348ffd..2664e5814fa4 100644 --- a/mail/rubygem-mailfactory/Makefile +++ b/mail/rubygem-mailfactory/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org COMMENT= A simple to use module for generating RGC compliant MIME mail -BUILD_DEPENDS= rubygem-mime-types>=1.13.1:${PORTSDIR}/misc/rubygem-mime-types -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= rubygem-mime-types>=1.13.1:${PORTSDIR}/misc/rubygem-mime-types USE_RUBY= yes USE_RUBYGEMS= yes |