diff options
author | tijl <tijl@FreeBSD.org> | 2016-12-09 01:26:09 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-12-09 01:26:09 +0800 |
commit | 15f89edc98400d0393ed0cad9939101bb2921820 (patch) | |
tree | 92f3ccc3a460211556aaba782063a42f3e22a37d /irc | |
parent | 2922cbf90fad78efdd4bbcb996bc71b969d416bf (diff) | |
download | freebsd-ports-gnome-15f89edc98400d0393ed0cad9939101bb2921820.tar.gz freebsd-ports-gnome-15f89edc98400d0393ed0cad9939101bb2921820.tar.zst freebsd-ports-gnome-15f89edc98400d0393ed0cad9939101bb2921820.zip |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ratbox-services/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ratbox-services/Makefile b/irc/ratbox-services/Makefile index 64a46a0280e6..2d8ee6125a06 100644 --- a/irc/ratbox-services/Makefile +++ b/irc/ratbox-services/Makefile @@ -3,7 +3,7 @@ PORTNAME= ratbox-services PORTVERSION= 1.2.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= irc MASTER_SITES= http://services.ratbox.org/download/ \ http://services.ratbox.org/download/old/ |