diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2005-07-17 01:27:51 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2005-07-17 01:27:51 +0000 |
commit | d4ca4cb21f65e6b828c40a5b231557c50877ee89 (patch) | |
tree | fb30b6403977eceb18988b8168c9386702cd2db8 /print | |
parent | 1f19056cab665805cf4457329ef1adc51bb9cdc2 (diff) | |
download | ports-d4ca4cb21f65e6b828c40a5b231557c50877ee89.tar.gz ports-d4ca4cb21f65e6b828c40a5b231557c50877ee89.zip |
Notes
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'; |