diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-31 09:10:34 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-10-31 09:10:34 +0000 |
commit | 2e1b164a68bb608113fc68af9c0262de2e74916c (patch) | |
tree | a96822420b0bc69778baab8e8463235936ecb6d2 /textproc | |
parent | bc2c51b1351c9095b9cf8447af556cbaf65c8baf (diff) | |
download | ports-2e1b164a68bb608113fc68af9c0262de2e74916c.tar.gz ports-2e1b164a68bb608113fc68af9c0262de2e74916c.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/metaf2xml/Makefile | 2 | ||||
-rw-r--r-- | textproc/metaf2xml/distinfo | 6 | ||||
-rw-r--r-- | textproc/metaf2xml/files/patch-Makefile | 10 | ||||
-rw-r--r-- | textproc/metaf2xml/pkg-plist | 1 |
4 files changed, 9 insertions, 10 deletions
diff --git a/textproc/metaf2xml/Makefile b/textproc/metaf2xml/Makefile index f1d443809936..bd4989246c90 100644 --- a/textproc/metaf2xml/Makefile +++ b/textproc/metaf2xml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= metaf2xml -PORTVERSION= 1.15 +PORTVERSION= 1.18 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/textproc/metaf2xml/distinfo b/textproc/metaf2xml/distinfo index 0a77fe024bf9..4f0fbf52632e 100644 --- a/textproc/metaf2xml/distinfo +++ b/textproc/metaf2xml/distinfo @@ -1,3 +1,3 @@ -MD5 (metaf2xml-1.15.tgz) = 2ff29b340a0685745cb2d609b494f0a3 -SHA256 (metaf2xml-1.15.tgz) = 889dbe381c345934f13f992fed83d1f96de6c5faf0ff3305bc50df0588710b6b -SIZE (metaf2xml-1.15.tgz) = 115800 +MD5 (metaf2xml-1.18.tgz) = c9554090f8a1f6a7a55ddf4f84c79372 +SHA256 (metaf2xml-1.18.tgz) = 8101bc21767bab8c7c56e5280e462cda85b053aab99ca312593f6e588232bfa0 +SIZE (metaf2xml-1.18.tgz) = 128226 diff --git a/textproc/metaf2xml/files/patch-Makefile b/textproc/metaf2xml/files/patch-Makefile index 665feb334ef1..aa8740231526 100644 --- a/textproc/metaf2xml/files/patch-Makefile +++ b/textproc/metaf2xml/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Fri Aug 25 00:01:18 2006 -+++ Makefile Thu Oct 12 19:23:12 2006 +--- Makefile.orig Fri Oct 20 14:03:36 2006 ++++ Makefile Tue Oct 31 17:08:57 2006 @@ -67,11 +67,11 @@ install-parser: @@ -8,7 +8,7 @@ + sed -e 's@^\(use lib .\).*\(.; # METAF2XML_LIB\)$$@\1'${METAF2XML_LIB}'\2@' \ metaf2xml.pl > ${METAF2XML_BIN}/metaf2xml.pl chmod a+x ${METAF2XML_BIN}/metaf2xml.pl - for f in FGFS.pm XML.pm basic.pm parser.pm; do \ + for f in FGFS.pm XML.pm parser.pm; do \ - sed -e's@^\(use lib .\).*\(.; # METAF2XML_LIB\)$$@\1'${METAF2XML_LIB}'\2@' \ + sed -e 's@^\(use lib .\).*\(.; # METAF2XML_LIB\)$$@\1'${METAF2XML_LIB}'\2@' \ metaf2xml/$$f > ${METAF2XML_LIB}/metaf2xml/$$f; \ @@ -26,7 +26,7 @@ - -e's@^\(my .CURL = .\).*\(.;\)$$@\1'"${CURL}"'\2@' \ - -e's@^\(my .CURL_PROXY_OPTS = .\).*\(.;\)$$@\1'"${CURL_PROXY_OPTS}"'\2@' \ - metaf.pl > ${CGI_BIN_DIR}/metaf.pl -+ sed -e 's@^\(my .METAF2XML_BIN = .\).*\(.;\)$$@\1'"${METAF2XML_BIN}"'\2@' metaf.pl | \ ++ sed -e 's@^\(my .METAF2XML_BIN = .\).*\(.;\)$$@\1'"${METAF2XML_BIN}"'\2@' metaf.pl |\ + sed -e 's@^\(my .METAF2XML_XSL = .\).*\(.;\)$$@\1'"${METAF2XML_XSL}"'\2@' | \ + sed -e 's@^\(my .CGI_DATA_DIR = .\).*\(.;\)$$@\1'"${CGI_DATA_DIR}"'\2@' | \ + sed -e 's@^\(my .CGI_LOG_FILE = .\).*\(.;\)$$@\1'"${CGI_LOG_FILE}"'\2@' | \ @@ -36,4 +36,4 @@ + > ${CGI_BIN_DIR}/metaf.pl chmod a+x ${CGI_BIN_DIR}/metaf.pl for f in metaf.xsl metaf-lang.xsl metaf-fullhtml.xsl; do \ - [ -L ${HTDOCS_DIR}/$$f ] || ln -s ${METAF2XML_XSL}/$$f ${HTDOCS_DIR}; \ + [ -L ${HTDOCS_DIR}/$$f -o -f ${HTDOCS_DIR}/$$f ] || ln -s ${METAF2XML_XSL}/$$f ${HTDOCS_DIR}; \ diff --git a/textproc/metaf2xml/pkg-plist b/textproc/metaf2xml/pkg-plist index 3a539fdd5880..b8a71289d766 100644 --- a/textproc/metaf2xml/pkg-plist +++ b/textproc/metaf2xml/pkg-plist @@ -6,7 +6,6 @@ %%DATADIR%%/metaf.xsl %%SITE_PERL%%/metaf2xml/FGFS.pm %%SITE_PERL%%/metaf2xml/XML.pm -%%SITE_PERL%%/metaf2xml/basic.pm %%SITE_PERL%%/metaf2xml/parser.pm bin/metaf2xml.pl www/metaf2xml/cgi-bin/metaf.pl |