diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-30 15:50:42 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-03-30 15:50:42 +0000 |
commit | 776d5a532b576f7e9786baad90dcb991217d0ebe (patch) | |
tree | c252f5c58665206bafd3638ec8e137cc93429824 /print | |
parent | add p5-VCG 0.5 (diff) |
author import my patch without release a new version
Noted by: kris
Notes
Notes:
svn path=/head/; revision=77746
Diffstat (limited to 'print')
-rw-r--r-- | print/font2svg/Makefile | 1 | ||||
-rw-r--r-- | print/font2svg/distinfo | 2 | ||||
-rw-r--r-- | print/font2svg/files/patch-font2svg | 12 |
3 files changed, 9 insertions, 6 deletions
diff --git a/print/font2svg/Makefile b/print/font2svg/Makefile index e34d8832c06a..97ed703d3d54 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 44e1c0150162..4a1344e5cd53 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 74c72a0a4779..6e578f98b097 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 |