diff options
author | clsung <clsung@FreeBSD.org> | 2006-10-31 17:03:12 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-10-31 17:03:12 +0800 |
commit | 4a7b028e800574f6f8ed5221d99e9f6fe81d7cd2 (patch) | |
tree | 07afc27bdf2620df8e870eebf4527db2b15b0408 /textproc/metaf2xml/Makefile | |
parent | 38a54c7da73ad5b2e6de10af62ba0e87c7e776d1 (diff) | |
download | freebsd-ports-gnome-4a7b028e800574f6f8ed5221d99e9f6fe81d7cd2.tar.gz freebsd-ports-gnome-4a7b028e800574f6f8ed5221d99e9f6fe81d7cd2.tar.zst freebsd-ports-gnome-4a7b028e800574f6f8ed5221d99e9f6fe81d7cd2.zip |
- Update to 1.15
- Reset maintainership to ports@FreeBSD.org
PR: ports/104335
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'textproc/metaf2xml/Makefile')
-rw-r--r-- | textproc/metaf2xml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/metaf2xml/Makefile b/textproc/metaf2xml/Makefile index 2a5bae1c99fe..f1d443809936 100644 --- a/textproc/metaf2xml/Makefile +++ b/textproc/metaf2xml/Makefile @@ -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@gslin.org +MAINTAINER= ports@FreeBSD.org COMMENT= Parses and decodes aviation routine and stores the components in XML MAKE_ARGS= CGI_BIN_DIR=${TARGETDIR}/www/metaf2xml/cgi-bin \ |