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 /comms | |
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 'comms')
-rw-r--r-- | comms/java-commapi-freebsd/Makefile | 1 | ||||
-rw-r--r-- | comms/java-commapi/Makefile | 2 | ||||
-rw-r--r-- | comms/obexapp/Makefile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/comms/java-commapi-freebsd/Makefile b/comms/java-commapi-freebsd/Makefile index b63b74e3ee29..eb6cd0ae1338 100644 --- a/comms/java-commapi-freebsd/Makefile +++ b/comms/java-commapi-freebsd/Makefile @@ -3,6 +3,7 @@ PORTNAME= java-commapi-freebsd PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= comms java MASTER_SITES= http://www.syncrontech.org/freebsd/ DISTNAME= freebsd-commapi-${PORTVERSION} diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile index 7c4d31a3ce8b..4d95bff4c86a 100644 --- a/comms/java-commapi/Makefile +++ b/comms/java-commapi/Makefile @@ -3,7 +3,7 @@ PORTNAME= java-commapi PORTVERSION= 2.0.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= comms java MASTER_SITES= # DISTNAME= comm${PORTVERSION} diff --git a/comms/obexapp/Makefile b/comms/obexapp/Makefile index e49837a6ff8c..c0fa944b9f5c 100644 --- a/comms/obexapp/Makefile +++ b/comms/obexapp/Makefile @@ -2,7 +2,7 @@ PORTNAME= obexapp PORTVERSION= 1.4.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms net MASTER_SITES= http://people.freebsd.org/~emax/obexapp/ |