diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 13:01:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-03-17 13:01:34 +0000 |
commit | b2f4d944fb1d133857f37e55c4a3dd47bcf48b11 (patch) | |
tree | ca4adc99c09b6eb71f7db9f40815f23b17ddd0bf | |
parent | cfc57fdbb677daa14c81fe9c63e2d220b9b7d7d7 (diff) |
Notes
-rw-r--r-- | textproc/libroxml/Makefile | 5 | ||||
-rw-r--r-- | textproc/libroxml/distinfo | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/libroxml/Makefile b/textproc/libroxml/Makefile index 1b3e3cb2a021..e09753f42f5e 100644 --- a/textproc/libroxml/Makefile +++ b/textproc/libroxml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libroxml -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= textproc MASTER_SITES= GOOGLE_CODE DISTNAME= libroxml-${PORTVERSION} @@ -28,4 +28,7 @@ PLIST_FILES= bin/roxml \ lib/libroxml.a \ include/roxml.h +pre-build: + @cd ${WRKSRC} && ${GMAKE} clean + .include <bsd.port.mk> diff --git a/textproc/libroxml/distinfo b/textproc/libroxml/distinfo index 97a4547e4f16..03790f52e48f 100644 --- a/textproc/libroxml/distinfo +++ b/textproc/libroxml/distinfo @@ -1,3 +1,2 @@ -MD5 (libroxml-2.0.1.tar.gz) = a309bc508195a5e9ebf8224ff4ef998f -SHA256 (libroxml-2.0.1.tar.gz) = f544334cae3b7471bf0f8acd41e989c75f7544c09eaba7e1e26b9eab50d1509a -SIZE (libroxml-2.0.1.tar.gz) = 85427 +SHA256 (libroxml-2.0.2.tar.gz) = d03cba8a10b9e8ce5f38cf3a16257497aea27e08203e8d57da6811cd9152140b +SIZE (libroxml-2.0.2.tar.gz) = 875781 |