diff options
author | girgen <girgen@FreeBSD.org> | 2005-07-17 09:27:51 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2005-07-17 09:27:51 +0800 |
commit | 30a9bdbf50327c8c800dea21991412dd1b6273d2 (patch) | |
tree | 81f3564faee247ef1eda1ff70dc5ba749c8ddc09 /print | |
parent | bf6aec1a7c5b7c931ce312e8148277d1d6c3d685 (diff) | |
download | freebsd-ports-gnome-30a9bdbf50327c8c800dea21991412dd1b6273d2.tar.gz freebsd-ports-gnome-30a9bdbf50327c8c800dea21991412dd1b6273d2.tar.zst freebsd-ports-gnome-30a9bdbf50327c8c800dea21991412dd1b6273d2.zip |
Update to 1.0b4.
Approved by: ade, seanc (implicit)
Diffstat (limited to 'print')
-rw-r--r-- | print/html2ps-letter/Makefile | 6 | ||||
-rw-r--r-- | print/html2ps-letter/distinfo | 4 | ||||
-rw-r--r-- | print/html2ps-letter/files/patch-ab | 18 |
3 files changed, 5 insertions, 23 deletions
diff --git a/print/html2ps-letter/Makefile b/print/html2ps-letter/Makefile index 987b85140abc..bbe47b758519 100644 --- a/print/html2ps-letter/Makefile +++ b/print/html2ps-letter/Makefile @@ -6,11 +6,11 @@ # PORTNAME= html2ps-${PAPERSIZE} -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.0.b4 +PORTEPOCH= 1 CATEGORIES= print www perl5 MASTER_SITES= http://user.it.uu.se/~jan/ -DISTNAME= html2ps-1.0b3 +DISTNAME= html2ps-1.0b4 MAINTAINER= girgen@FreeBSD.org COMMENT= HTML to PostScript converter diff --git a/print/html2ps-letter/distinfo b/print/html2ps-letter/distinfo index e9ed8f28206e..ca2f0cc43217 100644 --- a/print/html2ps-letter/distinfo +++ b/print/html2ps-letter/distinfo @@ -1,2 +1,2 @@ -MD5 (html2ps-1.0b3.tar.gz) = 9386d64649a76e0ad2458393a91d0aab -SIZE (html2ps-1.0b3.tar.gz) = 121314 +MD5 (html2ps-1.0b4.tar.gz) = 9231037e2b35760e0f4e67bd6dc722e6 +SIZE (html2ps-1.0b4.tar.gz) = 127901 diff --git a/print/html2ps-letter/files/patch-ab b/print/html2ps-letter/files/patch-ab deleted file mode 100644 index da70d6d5d0f6..000000000000 --- a/print/html2ps-letter/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- html2ps.orig Thu Aug 17 00:42:03 2000 -+++ html2ps Thu Jan 4 17:25:26 2001 -@@ -1,5 +1,5 @@ - : # Use perl --eval 'exec perl -S $0 "$@"' -+eval 'exec !!PERL5!! -S $0 "$@"' - if $running_under_some_shell; - - # This is html2ps version 1.0 beta3, an HTML-to-PostScript converter. -@@ -26,7 +26,7 @@ - # Set the name of the global configuration file. See the installation notes - # and manual page for more details on configuration files. - --$globrc='/usr/local/lib/html2ps/html2psrc'; -+$globrc='!!PREFIX!!/lib/html2ps/html2psrc'; - $ug='/usr/local/lib/html2ps/html2ps.html'; - - $conf=<<'EOR'; |