aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2016-04-27 16:36:41 +0000
committerSteve Wills <swills@FreeBSD.org>2016-04-27 16:36:41 +0000
commitb3e8fe8d85d1f32b6b8813589ed8637a8accb185 (patch)
tree146c1b1aad08357a95df3348dea477d956cd3816 /print
parentfa3799f9e7a9b9095ece07d487dbe794356ec5ba (diff)
downloadports-b3e8fe8d85d1f32b6b8813589ed8637a8accb185.tar.gz
ports-b3e8fe8d85d1f32b6b8813589ed8637a8accb185.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/rubygem-afm/Makefile3
-rw-r--r--print/rubygem-color-tools/Makefile3
-rw-r--r--print/rubygem-color/Makefile3
-rw-r--r--print/rubygem-pdf-core/Makefile3
-rw-r--r--print/rubygem-pdf-reader/Makefile3
-rw-r--r--print/rubygem-pdf-writer/Makefile3
-rw-r--r--print/rubygem-prawn-core/Makefile3
-rw-r--r--print/rubygem-prawn-flexible-table/Makefile3
-rw-r--r--print/rubygem-prawn-format/Makefile3
-rw-r--r--print/rubygem-prawn-graph/Makefile3
-rw-r--r--print/rubygem-prawn-js/Makefile3
-rw-r--r--print/rubygem-prawn-layout/Makefile3
-rw-r--r--print/rubygem-prawn-security/Makefile3
-rw-r--r--print/rubygem-prawn-svg/Makefile3
-rw-r--r--print/rubygem-prawn/Makefile3
-rw-r--r--print/rubygem-rbpdf-font/Makefile3
-rw-r--r--print/rubygem-rbpdf/Makefile3
-rw-r--r--print/rubygem-ttfunk/Makefile3
18 files changed, 18 insertions, 36 deletions
diff --git a/print/rubygem-afm/Makefile b/print/rubygem-afm/Makefile
index 2b3f9ca7e5b2..25b933f58144 100644
--- a/print/rubygem-afm/Makefile
+++ b/print/rubygem-afm/Makefile
@@ -14,7 +14,6 @@ LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-color-tools/Makefile b/print/rubygem-color-tools/Makefile
index 32b16c82ee41..e7127de7ab92 100644
--- a/print/rubygem-color-tools/Makefile
+++ b/print/rubygem-color-tools/Makefile
@@ -13,7 +13,6 @@ LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-color/Makefile b/print/rubygem-color/Makefile
index ce54f73994ad..07b0e582aaf3 100644
--- a/print/rubygem-color/Makefile
+++ b/print/rubygem-color/Makefile
@@ -13,7 +13,6 @@ LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-pdf-core/Makefile b/print/rubygem-pdf-core/Makefile
index 14edabe6b9b7..213f988dcffb 100644
--- a/print/rubygem-pdf-core/Makefile
+++ b/print/rubygem-pdf-core/Makefile
@@ -17,7 +17,6 @@ LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-pdf-reader/Makefile b/print/rubygem-pdf-reader/Makefile
index e0af5759e2b4..480d39b91d8e 100644
--- a/print/rubygem-pdf-reader/Makefile
+++ b/print/rubygem-pdf-reader/Makefile
@@ -20,8 +20,7 @@ RUN_DEPENDS= rubygem-afm>=0.2.1:print/rubygem-afm \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
PLIST_FILES+= bin/pdf_callbacks bin/pdf_list_callbacks bin/pdf_object bin/pdf_text
diff --git a/print/rubygem-pdf-writer/Makefile b/print/rubygem-pdf-writer/Makefile
index e61d23cc3fb6..5fd8318ea590 100644
--- a/print/rubygem-pdf-writer/Makefile
+++ b/print/rubygem-pdf-writer/Makefile
@@ -16,8 +16,7 @@ RUN_DEPENDS= rubygem-color>=1.4.0:print/rubygem-color \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
PLIST_FILES= bin/techbook
diff --git a/print/rubygem-prawn-core/Makefile b/print/rubygem-prawn-core/Makefile
index c559e41d0677..ba0afde830f5 100644
--- a/print/rubygem-prawn-core/Makefile
+++ b/print/rubygem-prawn-core/Makefile
@@ -15,7 +15,6 @@ LICENSE_COMB= dual
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-prawn-flexible-table/Makefile b/print/rubygem-prawn-flexible-table/Makefile
index a56e36d3f8db..c4e4d20a36d0 100644
--- a/print/rubygem-prawn-flexible-table/Makefile
+++ b/print/rubygem-prawn-flexible-table/Makefile
@@ -15,7 +15,6 @@ LICENSE_COMB= dual
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-prawn-format/Makefile b/print/rubygem-prawn-format/Makefile
index 09d14ffdbbd2..198ee3c7e0d8 100644
--- a/print/rubygem-prawn-format/Makefile
+++ b/print/rubygem-prawn-format/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-prawn-core>=0:print/rubygem-prawn-core
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-prawn-graph/Makefile b/print/rubygem-prawn-graph/Makefile
index b9bd54496294..aa3e12e3d81e 100644
--- a/print/rubygem-prawn-graph/Makefile
+++ b/print/rubygem-prawn-graph/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-prawn>=0:print/rubygem-prawn
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-prawn-js/Makefile b/print/rubygem-prawn-js/Makefile
index ef75fb70b47f..53e7ba41d25a 100644
--- a/print/rubygem-prawn-js/Makefile
+++ b/print/rubygem-prawn-js/Makefile
@@ -15,7 +15,6 @@ RUN_DEPENDS= rubygem-prawn-core>=0.6.1:print/rubygem-prawn-core
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-prawn-layout/Makefile b/print/rubygem-prawn-layout/Makefile
index 1e14877a692b..d7521b91c85c 100644
--- a/print/rubygem-prawn-layout/Makefile
+++ b/print/rubygem-prawn-layout/Makefile
@@ -15,7 +15,6 @@ LICENSE_COMB= dual
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-prawn-security/Makefile b/print/rubygem-prawn-security/Makefile
index 326dfe8f97bb..f79508769903 100644
--- a/print/rubygem-prawn-security/Makefile
+++ b/print/rubygem-prawn-security/Makefile
@@ -15,7 +15,6 @@ LICENSE_COMB= dual
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-prawn-svg/Makefile b/print/rubygem-prawn-svg/Makefile
index f9194e94f4cc..987e67ea3ca5 100644
--- a/print/rubygem-prawn-svg/Makefile
+++ b/print/rubygem-prawn-svg/Makefile
@@ -16,7 +16,6 @@ RUN_DEPENDS= rubygem-css_parser>=1.3:textproc/rubygem-css_parser \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-prawn/Makefile b/print/rubygem-prawn/Makefile
index 3b09c9c57634..65e028cd77b8 100644
--- a/print/rubygem-prawn/Makefile
+++ b/print/rubygem-prawn/Makefile
@@ -20,7 +20,6 @@ RUN_DEPENDS= rubygem-pdf-core>=0.6.1:print/rubygem-pdf-core \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-rbpdf-font/Makefile b/print/rubygem-rbpdf-font/Makefile
index 23f22e51ce73..f5aa184a6e43 100644
--- a/print/rubygem-rbpdf-font/Makefile
+++ b/print/rubygem-rbpdf-font/Makefile
@@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-rbpdf/Makefile b/print/rubygem-rbpdf/Makefile
index 7cd7248c6303..17613e1db0a5 100644
--- a/print/rubygem-rbpdf/Makefile
+++ b/print/rubygem-rbpdf/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= rubygem-htmlentities>=4.3.1:textproc/rubygem-htmlentities \
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>
diff --git a/print/rubygem-ttfunk/Makefile b/print/rubygem-ttfunk/Makefile
index 5dcd222a4a79..8c1d4e82b360 100644
--- a/print/rubygem-ttfunk/Makefile
+++ b/print/rubygem-ttfunk/Makefile
@@ -15,7 +15,6 @@ LICENSE_COMB= dual
NO_ARCH= yes
USE_RUBY= yes
-USE_RUBYGEMS= yes
-RUBYGEM_AUTOPLIST= yes
+USES= gem:autoplist
.include <bsd.port.mk>