svn commit: r361356 - head/textproc/xml-format
Johan van Selst
johans at FreeBSD.org
Wed Jul 9 11:58:38 UTC 2014
Author: johans
Date: Wed Jul 9 11:58:37 2014
New Revision: 361356
URL: http://svnweb.freebsd.org/changeset/ports/361356
QAT: https://qat.redports.org/buildarchive/r361356/
Log:
- Update xml-format to 0.2
- Stagify
- Adopt port
Modified:
head/textproc/xml-format/Makefile
head/textproc/xml-format/distinfo
head/textproc/xml-format/pkg-plist
Modified: head/textproc/xml-format/Makefile
==============================================================================
--- head/textproc/xml-format/Makefile Wed Jul 9 11:52:40 2014 (r361355)
+++ head/textproc/xml-format/Makefile Wed Jul 9 11:58:37 2014 (r361356)
@@ -2,19 +2,20 @@
# $FreeBSD$
PORTNAME= xml-format
-PORTVERSION= 0.1.1
+PORTVERSION= 0.2
CATEGORIES= textproc
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= johans at FreeBSD.org
COMMENT= XML beautifier
-LICENSE= BSD
-
-MAN1= xml-format.1
-
MAKE_ENV+= DATADIR=${DATADIR}
-NO_STAGE= yes
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${MKDIR} ${DATADIR}
+ cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR}
+
.include <bsd.port.mk>
Modified: head/textproc/xml-format/distinfo
==============================================================================
--- head/textproc/xml-format/distinfo Wed Jul 9 11:52:40 2014 (r361355)
+++ head/textproc/xml-format/distinfo Wed Jul 9 11:58:37 2014 (r361356)
@@ -1,2 +1,2 @@
-SHA256 (xml-format-0.1.1.tar.gz) = 8525ba1077606fe0ba3eaff2f88da7ef5d59e78e7e0631b8a53b2513d67d5868
-SIZE (xml-format-0.1.1.tar.gz) = 54764
+SHA256 (xml-format-0.2.tar.gz) = 742f61c8dc7bfcd9deccbba7eb5c7d26f51e6a50e5177dbb0d3648f6df95ff5e
+SIZE (xml-format-0.2.tar.gz) = 55387
Modified: head/textproc/xml-format/pkg-plist
==============================================================================
--- head/textproc/xml-format/pkg-plist Wed Jul 9 11:52:40 2014 (r361355)
+++ head/textproc/xml-format/pkg-plist Wed Jul 9 11:58:37 2014 (r361356)
@@ -1,4 +1,5 @@
bin/xml-format
+man/man1/xml-format.1.gz
%%DATADIR%%/Config/dbk/block-tags.txt
%%DATADIR%%/Config/dbk/line-tags.txt
%%DATADIR%%/Config/dbk/sectioning-tags.txt
More information about the svn-ports-head
mailing list