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 | |
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')
-rw-r--r-- | deskutils/jjclient/Makefile | 2 | ||||
-rw-r--r-- | deskutils/ljit/Makefile | 2 | ||||
-rw-r--r-- | deskutils/logjam/Makefile | 2 | ||||
-rw-r--r-- | deskutils/mdh/Makefile | 2 |
4 files changed, 4 insertions, 4 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/ diff --git a/deskutils/ljit/Makefile b/deskutils/ljit/Makefile index a32e7d7f51fb..0d4ee4195690 100644 --- a/deskutils/ljit/Makefile +++ b/deskutils/ljit/Makefile @@ -3,7 +3,7 @@ PORTNAME= ljit PORTVERSION= 0.2.5 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= deskutils MASTER_SITES= http://kir.vtx.ru/ljit/dl/ \ http://freebsd.nsu.ru/distfiles/ diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 570e14824a84..9d7d9549a65a 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -3,7 +3,7 @@ PORTNAME= logjam PORTVERSION= 4.6.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= deskutils MASTER_SITES= http://andy-shev.github.com/LogJam/download/ diff --git a/deskutils/mdh/Makefile b/deskutils/mdh/Makefile index e1820d1a4fb4..2776a064d41e 100644 --- a/deskutils/mdh/Makefile +++ b/deskutils/mdh/Makefile @@ -3,7 +3,7 @@ PORTNAME= mdh PORTVERSION= 1.9.60 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gozer.org/programs/gtk/files/ |