summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--print/font2svg/Makefile1
-rw-r--r--print/font2svg/distinfo2
-rw-r--r--print/font2svg/files/patch-font2svg12
3 files changed, 9 insertions, 6 deletions
diff --git a/print/font2svg/Makefile b/print/font2svg/Makefile
index e34d883..97ed703 100644
--- a/print/font2svg/Makefile
+++ b/print/font2svg/Makefile
@@ -8,6 +8,7 @@
PORTNAME= font2svg
PORTVERSION= 0.1.4
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.gdv.uni-hannover.de/~peinecke/font2svg/
diff --git a/print/font2svg/distinfo b/print/font2svg/distinfo
index 44e1c01..4a1344e 100644
--- a/print/font2svg/distinfo
+++ b/print/font2svg/distinfo
@@ -1 +1 @@
-MD5 (font2svg-0.1.4.tar.gz) = 4a5d8ff9f41d2e5052966c14870b7d7e
+MD5 (font2svg-0.1.4.tar.gz) = 1ce1fc21f9681ae3d2b953266c3066f0
diff --git a/print/font2svg/files/patch-font2svg b/print/font2svg/files/patch-font2svg
index 74c72a0..6e578f9 100644
--- a/print/font2svg/files/patch-font2svg
+++ b/print/font2svg/files/patch-font2svg
@@ -1,11 +1,13 @@
---- font2svg.orig Fri Jan 17 17:53:07 2003
-+++ font2svg Fri Jan 17 17:54:22 2003
-@@ -57,7 +57,7 @@
- dvipsencoding="none"
+--- font2svg.orig Sun Mar 30 23:49:25 2003
++++ font2svg Sun Mar 30 23:49:34 2003
+@@ -58,8 +58,8 @@
# parse options
--TEMP=`getopt -q --long "--kpsewhich,--encoding:1,--dvipsencoding:1,--execute:1,--help,--symbols:1" "hke:1s:1d:1x:1" "$@"`
+ # *BSD and AIX users replace this by
+-# TEMP=`getopt hke:s:d:x: $*`
+-TEMP=`getopt -q --long "--kpsewhich,--encoding:1,--dvipsencoding:1,--execute:1,--help,--symbols:1" "hke:s:d:x:" "$@"`
+TEMP=`getopt hke:s:d:x: $*`
++#TEMP=`getopt -q --long "--kpsewhich,--encoding:1,--dvipsencoding:1,--execute:1,--help,--symbols:1" "hke:s:d:x:" "$@"`
echo "$TEMP"
eval set -- "$TEMP"
while [ ! $1 = "--" ] ; do
OpenPOWER on IntegriCloud