diff options
author | danilo <danilo@FreeBSD.org> | 2014-05-19 00:10:50 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2014-05-19 00:10:50 +0800 |
commit | 365bc5e240f3cf18ccacb83f4305c6bb77851699 (patch) | |
tree | 05fceffb7687289e5adda161eed957996338b48a /cad | |
parent | a689115e5bd8001fc38bfac0a068c1f71a1116ee (diff) | |
download | freebsd-ports-gnome-365bc5e240f3cf18ccacb83f4305c6bb77851699.tar.gz freebsd-ports-gnome-365bc5e240f3cf18ccacb83f4305c6bb77851699.tar.zst freebsd-ports-gnome-365bc5e240f3cf18ccacb83f4305c6bb77851699.zip |
- Update from 3.7.57 to 3.8.58
Diffstat (limited to 'cad')
-rw-r--r-- | cad/xcircuit/Makefile | 6 | ||||
-rw-r--r-- | cad/xcircuit/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/cad/xcircuit/Makefile b/cad/xcircuit/Makefile index d59fa0967c21..a84bcff7c46c 100644 --- a/cad/xcircuit/Makefile +++ b/cad/xcircuit/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xcircuit -PORTVERSION= 3.7.57 +PORTVERSION= 3.8.58 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/xcircuit/archive/ \ @@ -28,8 +28,8 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ DESKTOP_ENTRIES="Xcircuit" "${COMMENT}" "${DATADIR}/pixmaps/${PORTNAME}.gif" \ "${PORTNAME}" "" "false" -# Restrict to stable (odd) versions, indicated by the second component. -PORTSCOUT= limitw:1,odd +# Restrict to stable (even) versions, indicated by the second component. +PORTSCOUT= limitw:1,even post-patch: @${REINPLACE_CMD} -e '/test/s| == | = |g ; \ diff --git a/cad/xcircuit/distinfo b/cad/xcircuit/distinfo index 466c7bc795b6..c369c8900a4d 100644 --- a/cad/xcircuit/distinfo +++ b/cad/xcircuit/distinfo @@ -1,2 +1,2 @@ -SHA256 (xcircuit-3.7.57.tgz) = f51aba1d05565e5df1b7edce422d82a9fee3156fe8c5216909e37da2dd69c4ff -SIZE (xcircuit-3.7.57.tgz) = 1649334 +SHA256 (xcircuit-3.8.58.tgz) = 74583ba6c8922005894e1a582b9f78569841390b5ea38d92e95b9f95c79d1397 +SIZE (xcircuit-3.8.58.tgz) = 1521272 |