pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/ruby-pdf-reader print/ruby-pdf-reader: a few fixes
details: https://anonhg.NetBSD.org/pkgsrc/rev/f97b4c848966
branches: trunk
changeset: 444631:f97b4c848966
user: taca <taca%pkgsrc.org@localhost>
date: Mon Jan 11 09:01:51 2021 +0000
description:
print/ruby-pdf-reader: a few fixes
* Allow depends on ruby-Ascii85 1.1.0.
* Fix content of ALTERNATIVES.
Bump PKGREVISION.
diffstat:
print/ruby-pdf-reader/ALTERNATIVES | 2 +-
print/ruby-pdf-reader/Makefile | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diffs (37 lines):
diff -r 0fa322710086 -r f97b4c848966 print/ruby-pdf-reader/ALTERNATIVES
--- a/print/ruby-pdf-reader/ALTERNATIVES Mon Jan 11 08:46:36 2021 +0000
+++ b/print/ruby-pdf-reader/ALTERNATIVES Mon Jan 11 09:01:51 2021 +0000
@@ -1,3 +1,3 @@
-bin/pdf_callbacks @PREFIX@/@RUBY_SUFFIX@
+bin/pdf_callbacks @PREFIX@/bin/pdf_callbacks@RUBY_SUFFIX@
bin/pdf_object @PREFIX@/bin/pdf_object@RUBY_SUFFIX@
bin/pdf_text @PREFIX@/bin/pdf_text@RUBY_SUFFIX@
diff -r 0fa322710086 -r f97b4c848966 print/ruby-pdf-reader/Makefile
--- a/print/ruby-pdf-reader/Makefile Mon Jan 11 08:46:36 2021 +0000
+++ b/print/ruby-pdf-reader/Makefile Mon Jan 11 09:01:51 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2021/01/11 01:06:21 taca Exp $
+# $NetBSD: Makefile,v 1.22 2021/01/11 09:01:51 taca Exp $
DISTNAME= pdf-reader-2.4.1
+PKGREVISION= 1
CATEGORIES= print
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -8,7 +9,7 @@
COMMENT= Library for accessing the content of PDF files
LICENSE= mit
-DEPENDS+= ${RUBY_PKGPREFIX}-Ascii85>=1.0.0<1.1:../../converters/ruby-Ascii85
+DEPENDS+= ${RUBY_PKGPREFIX}-Ascii85>=1.0.0:../../converters/ruby-Ascii85
DEPENDS+= ${RUBY_PKGPREFIX}-rc4>=0:../../security/ruby-rc4
DEPENDS+= ${RUBY_PKGPREFIX}-hashery>=2.0<3:../../devel/ruby-hashery
DEPENDS+= ${RUBY_PKGPREFIX}-afm>=0.2.1<0.3:../../fonts/ruby-afm
@@ -17,6 +18,7 @@
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
+OVERRIDE_GEMSPEC+= Ascii85>=1.0.0
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index