diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 01:40:41 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 01:40:41 +0800 |
commit | 6fe8af705ce49f72acbf88fd1199c9613e28a664 (patch) | |
tree | 72aca7b1c6b26275dea98cffcdd519590016a6de /cad | |
parent | 15f89edc98400d0393ed0cad9939101bb2921820 (diff) | |
download | freebsd-ports-gnome-6fe8af705ce49f72acbf88fd1199c9613e28a664.tar.gz freebsd-ports-gnome-6fe8af705ce49f72acbf88fd1199c9613e28a664.tar.zst freebsd-ports-gnome-6fe8af705ce49f72acbf88fd1199c9613e28a664.zip |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/impact/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/impact/Makefile b/cad/impact/Makefile index 02497552bdda..af5193acbdc3 100644 --- a/cad/impact/Makefile +++ b/cad/impact/Makefile @@ -3,7 +3,7 @@ PORTNAME= impact PORTVERSION= 0.7.06.038 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= cad java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Version%20${PORTVERSION} \ |