aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-09 00:11:47 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-09 00:11:47 +0000
commiteac6867d0f5cab7514345bf6fd8fec0519d6dbb5 (patch)
treefaf2b5f47a992ec357f260ab1b7b2ac2904d38fd /print
parent85d080b14b969d5719c61d57356930fd9402ea04 (diff)
downloadports-eac6867d0f5cab7514345bf6fd8fec0519d6dbb5.tar.gz
ports-eac6867d0f5cab7514345bf6fd8fec0519d6dbb5.zip
- convert to RUBYGEM_AUTOPLIST
remove x-generate-plist and friends - use RF macro and remove SUBDIR where possible - remove some uneeded GEM_NAME=${DISTNAME} (this c/should be handled better in bsd.*.mk) other deltas specific to individual ports: audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION devel/rubygem-rapt - adopt devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set devel/rubygem-ruby2ruby - add #' for vim highlight graphics/rubygem-extifr - drop PORTREVISION=0 graphics/rubygem-gd2 - add #' for vim highlight www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency Sponsored by: RideCharge Inc. Tested on: RideCharge's Tinderbox Reviewed by: stas
Notes
Notes: svn path=/head/; revision=231910
Diffstat (limited to 'print')
-rw-r--r--print/rubygem-colortools/Makefile2
-rw-r--r--print/rubygem-pdfwriter/Makefile2
-rw-r--r--print/rubygem-prawn-layout/Makefile10
-rw-r--r--print/rubygem-prawn/Makefile1
4 files changed, 3 insertions, 12 deletions
diff --git a/print/rubygem-colortools/Makefile b/print/rubygem-colortools/Makefile
index 31d3886849b6..4de4a0bc946e 100644
--- a/print/rubygem-colortools/Makefile
+++ b/print/rubygem-colortools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= colortools
PORTVERSION= 1.3.0
CATEGORIES= print rubygems
-MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITES= RF
MASTER_SITE_SUBDIR= ruby-pdf
DISTNAME= color-tools-${PORTVERSION}
diff --git a/print/rubygem-pdfwriter/Makefile b/print/rubygem-pdfwriter/Makefile
index 34e3c0b5f22c..0637ab1309a6 100644
--- a/print/rubygem-pdfwriter/Makefile
+++ b/print/rubygem-pdfwriter/Makefile
@@ -7,7 +7,7 @@
PORTNAME= pdfwriter
PORTVERSION= 1.1.8
CATEGORIES= print rubygems
-MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
+MASTER_SITES= RF
MASTER_SITE_SUBDIR= ruby-pdf
DISTNAME= pdf-writer-${PORTVERSION}
diff --git a/print/rubygem-prawn-layout/Makefile b/print/rubygem-prawn-layout/Makefile
index 7760428f2eee..80d90d12464a 100644
--- a/print/rubygem-prawn-layout/Makefile
+++ b/print/rubygem-prawn-layout/Makefile
@@ -14,14 +14,6 @@ COMMENT= An Prawn Extension to Provides Table Support and Other Layout
USE_RUBY= yes
USE_RUBYGEMS= yes
-GEM_NAME= ${DISTNAME}
-
-post-install:
- @${ECHO} ${GEM_CACHE} > ${TMPPLIST}
- @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},${GEM_DOC_DIR},' >> ${TMPPLIST}
- @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type f | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},${GEM_LIB_DIR},' >> ${TMPPLIST}
- @${ECHO} ${GEM_SPEC} >> ${TMPPLIST}
- @${FIND} ${PREFIX}/${GEM_LIB_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_LIB_DIR},@dirrm ${GEM_LIB_DIR},' >> ${TMPPLIST}
- @${FIND} ${PREFIX}/${GEM_DOC_DIR} -type d -depth | ${SED} -e 's,${PREFIX}/${GEM_DOC_DIR},@dirrm ${GEM_DOC_DIR},' >> ${TMPPLIST}
+RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>
diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile
index 18cf8f5c1084..eedda2444e81 100644
--- a/print/rubygem-prawn/Makefile
+++ b/print/rubygem-prawn/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-prawn-layout>=0.1.0:${PORTSDIR}/print/rubygem-prawn-layout
USE_RUBY= yes
USE_RUBYGEMS= yes
-GEM_NAME= ${DISTNAME}
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>