diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 01:01:31 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 01:01:31 +0800 |
commit | 78b3992b7295139bb8100c5b3bd754730c1e750b (patch) | |
tree | 1758a879b537ec1ddb6d97d97de80aae1e5f705e /deskutils/jjclient | |
parent | 24f1021eb22e46fde724ad8dff4a0304ad3b792f (diff) | |
download | freebsd-ports-gnome-78b3992b7295139bb8100c5b3bd754730c1e750b.tar.gz freebsd-ports-gnome-78b3992b7295139bb8100c5b3bd754730c1e750b.tar.zst freebsd-ports-gnome-78b3992b7295139bb8100c5b3bd754730c1e750b.zip |
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'deskutils/jjclient')
-rw-r--r-- | deskutils/jjclient/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/jjclient/Makefile b/deskutils/jjclient/Makefile index 15366c94c69a..7bae2c2bdb6f 100644 --- a/deskutils/jjclient/Makefile +++ b/deskutils/jjclient/Makefile @@ -3,7 +3,7 @@ PORTNAME= jjclient PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= deskutils MASTER_SITES= SF/justjournal/JustJournal%20UNIX%20Client/${PORTVERSION} \ http://www.justjournal.com/software/unix/ |