ports/104335: [MAINTAINER] textproc/metaf2xml: update to 1.15, reset maintainership
Gea-Suan Lin
gslin at gslin.org
Thu Oct 12 11:31:06 UTC 2006
>Number: 104335
>Category: ports
>Synopsis: [MAINTAINER] textproc/metaf2xml: update to 1.15, reset maintainership
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 12 11:30:09 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Gea-Suan Lin
>Release: FreeBSD 6.1-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE-p8 FreeBSD 6.1-RELEASE-p8 #0: Fri Sep 29 03:41:50 CST 2006
>Description:
- Update to 1.15
- Reset maintainership to ports at FreeBSD.org
Added file(s):
- files/patch-Makefile
Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:
--- metaf2xml-1.15.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/textproc/metaf2xml/Makefile /home/staff/gslin/work/ports/metaf2xml/Makefile
--- /usr/ports/textproc/metaf2xml/Makefile Tue Aug 22 20:08:29 2006
+++ /home/staff/gslin/work/ports/metaf2xml/Makefile Thu Oct 12 19:18:10 2006
@@ -6,13 +6,13 @@
#
PORTNAME= metaf2xml
-PORTVERSION= 1.9
+PORTVERSION= 1.15
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
-MAINTAINER= gslin at gslin.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Parses and decodes aviation routine and stores the components in XML
MAKE_ARGS= CGI_BIN_DIR=${TARGETDIR}/www/metaf2xml/cgi-bin \
diff -ruN --exclude=CVS /usr/ports/textproc/metaf2xml/distinfo /home/staff/gslin/work/ports/metaf2xml/distinfo
--- /usr/ports/textproc/metaf2xml/distinfo Tue Aug 22 20:08:29 2006
+++ /home/staff/gslin/work/ports/metaf2xml/distinfo Thu Oct 12 19:18:30 2006
@@ -1,3 +1,3 @@
-MD5 (metaf2xml-1.9.tgz) = 4107da6e9fab53c081fbc47ff91c8f27
-SHA256 (metaf2xml-1.9.tgz) = b8e3f278d3929658e521a7bd28f98d4693b45c7cf3fcb883936bad9a4103c1ac
-SIZE (metaf2xml-1.9.tgz) = 89979
+MD5 (metaf2xml-1.15.tgz) = 2ff29b340a0685745cb2d609b494f0a3
+SHA256 (metaf2xml-1.15.tgz) = 889dbe381c345934f13f992fed83d1f96de6c5faf0ff3305bc50df0588710b6b
+SIZE (metaf2xml-1.15.tgz) = 115800
diff -ruN --exclude=CVS /usr/ports/textproc/metaf2xml/files/patch-Makefile /home/staff/gslin/work/ports/metaf2xml/files/patch-Makefile
--- /usr/ports/textproc/metaf2xml/files/patch-Makefile Thu Jan 1 08:00:00 1970
+++ /home/staff/gslin/work/ports/metaf2xml/files/patch-Makefile Thu Oct 12 19:23:15 2006
@@ -0,0 +1,39 @@
+--- Makefile.orig Fri Aug 25 00:01:18 2006
++++ Makefile Thu Oct 12 19:23:12 2006
+@@ -67,11 +67,11 @@
+
+ install-parser:
+ mkdir -p ${METAF2XML_BIN} ${METAF2XML_LIB}/metaf2xml
+- sed -e's@^\(use lib .\).*\(.; # METAF2XML_LIB\)$$@\1'${METAF2XML_LIB}'\2@' \
++ 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 \
+- 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; \
+ done
+
+@@ -81,14 +81,14 @@
+
+ install-cgi:
+ mkdir -p ${CGI_BIN_DIR} ${HTDOCS_DIR}
+- sed -e's@^\(my .METAF2XML_BIN = .\).*\(.;\)$$@\1'"${METAF2XML_BIN}"'\2@' \
+- -e's@^\(my .METAF2XML_XSL = .\).*\(.;\)$$@\1'"${METAF2XML_XSL}"'\2@' \
+- -e's@^\(my .CGI_DATA_DIR = .\).*\(.;\)$$@\1'"${CGI_DATA_DIR}"'\2@' \
+- -e's@^\(my .CGI_LOG_FILE = .\).*\(.;\)$$@\1'"${CGI_LOG_FILE}"'\2@' \
+- -e's@^\(my .CGI_TMP_DIR = .\).*\(.;\)$$@\1'"${CGI_TMP_DIR}"'\2@' \
+- -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_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@' | \
++ sed -e 's@^\(my .CGI_TMP_DIR = .\).*\(.;\)$$@\1'"${CGI_TMP_DIR}"'\2@' | \
++ sed -e 's@^\(my .CURL = .\).*\(.;\)$$@\1'"${CURL}"'\2@' | \
++ sed -e 's@^\(my .CURL_PROXY_OPTS = .\).*\(.;\)$$@\1'"${CURL_PROXY_OPTS}"'\2@' \
++ > ${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}; \
--- metaf2xml-1.15.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list