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 /finance | |
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 'finance')
-rw-r--r-- | finance/beanie/Makefile | 1 | ||||
-rw-r--r-- | finance/xtrader/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/finance/beanie/Makefile b/finance/beanie/Makefile index 43fa1529b135..afff393a1db6 100644 --- a/finance/beanie/Makefile +++ b/finance/beanie/Makefile @@ -3,6 +3,7 @@ PORTNAME= beanie PORTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= SF diff --git a/finance/xtrader/Makefile b/finance/xtrader/Makefile index c33075c6ec29..2aa395e714dd 100644 --- a/finance/xtrader/Makefile +++ b/finance/xtrader/Makefile @@ -3,7 +3,7 @@ PORTNAME= xtrader PORTVERSION= 0.99.9 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/OldFiles |