summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerve Quiroz <hq@FreeBSD.org>2005-09-14 16:51:52 +0000
committerHerve Quiroz <hq@FreeBSD.org>2005-09-14 16:51:52 +0000
commit2bcef95ae8329e7fb7a8fa356e81881010aa3943 (patch)
tree4f84f7e22c6246dfd24478d29d46c056a835c7b3
parentFix build on 4-STABLE. (diff)
- Update to 0.49 [1]
- Don't try to mkdir ${JAVAJARDIR} since it has been in mtree for more than 3 years now Reminded by: znerd (author) [1]
Notes
Notes: svn path=/head/; revision=142725
-rw-r--r--textproc/xmlenc/Makefile3
-rw-r--r--textproc/xmlenc/distinfo4
2 files changed, 3 insertions, 4 deletions
diff --git a/textproc/xmlenc/Makefile b/textproc/xmlenc/Makefile
index e664a9e8b024..b817f1175b74 100644
--- a/textproc/xmlenc/Makefile
+++ b/textproc/xmlenc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmlenc
-PORTVERSION= 0.47
+PORTVERSION= 0.49
CATEGORIES= textproc java
MASTER_SITES= http://${PORTNAME}.sourceforge.net/
@@ -38,7 +38,6 @@ do-configure:
do-install:
@${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${JARFILE}..."
- @${MKDIR} ${JAVAJARDIR}
@${INSTALL_DATA} ${WRKSRC}/build/${JARFILE} ${JAVAJARDIR}/
@${ECHO_MSG} " [ DONE ]"
diff --git a/textproc/xmlenc/distinfo b/textproc/xmlenc/distinfo
index e6ff91079f86..fce26fcd7c67 100644
--- a/textproc/xmlenc/distinfo
+++ b/textproc/xmlenc/distinfo
@@ -1,2 +1,2 @@
-MD5 (xmlenc-0.47.tar.gz) = 054d3aa911ec738b36289aa6a2714b7a
-SIZE (xmlenc-0.47.tar.gz) = 92810
+MD5 (xmlenc-0.49.tar.gz) = 90978222a9bc297c56462691a4612e61
+SIZE (xmlenc-0.49.tar.gz) = 97042