diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-29 22:18:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-29 22:18:47 +0800 |
commit | 2e26ad2f94a482b659368dd32e97beb24a63a160 (patch) | |
tree | 8f3af5243ee72604ef5293147c9104b24fe570b1 /textproc | |
parent | 6f6712dbbc038d3b1f8b6942611e0efeb000e0ee (diff) | |
download | freebsd-ports-gnome-2e26ad2f94a482b659368dd32e97beb24a63a160.tar.gz freebsd-ports-gnome-2e26ad2f94a482b659368dd32e97beb24a63a160.tar.zst freebsd-ports-gnome-2e26ad2f94a482b659368dd32e97beb24a63a160.zip |
- Update to 1.7.11
PR: 178156
Submitted by: Ports Fury
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rnv/Makefile | 12 | ||||
-rw-r--r-- | textproc/rnv/distinfo | 4 |
2 files changed, 9 insertions, 7 deletions
diff --git a/textproc/rnv/Makefile b/textproc/rnv/Makefile index b0783726bd4c..04e0ce425e45 100644 --- a/textproc/rnv/Makefile +++ b/textproc/rnv/Makefile @@ -2,21 +2,23 @@ # $FreeBSD$ PORTNAME= rnv -PORTVERSION= 1.7.10 +PORTVERSION= 1.7.11 CATEGORIES= textproc devel MASTER_SITES= SF/${PORTNAME}/Sources/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Relax NG Compact Syntax validator -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +LICENSE= BSD -USE_BZIP2= yes +LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 + +USE_XZ= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-expat="${LOCALBASE}" - -PLIST_FILES= bin/arx bin/rnv bin/rvp bin/xsdck +MAKE_JOBS_SAFE= yes MAN1= rnv.1 +PLIST_FILES= bin/arx bin/rnv bin/rvp bin/xsdck .include <bsd.port.mk> diff --git a/textproc/rnv/distinfo b/textproc/rnv/distinfo index 463130b74443..51768a1b52d2 100644 --- a/textproc/rnv/distinfo +++ b/textproc/rnv/distinfo @@ -1,2 +1,2 @@ -SHA256 (rnv-1.7.10.tar.bz2) = cc05da1881df489731adbc0e5f80bfe561d2eb3ff79652bbf97500a2ec0eeeda -SIZE (rnv-1.7.10.tar.bz2) = 153718 +SHA256 (rnv-1.7.11.tar.xz) = 4ab920f1e4d60841bdc17dbed72ae735bf825af8a9d9eda99165a13be7cc9de6 +SIZE (rnv-1.7.11.tar.xz) = 140904 |