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 /dns/dnshistory | |
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 'dns/dnshistory')
-rw-r--r-- | dns/dnshistory/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/dnshistory/Makefile b/dns/dnshistory/Makefile index 33767f686a4f..59e91f7e9aef 100644 --- a/dns/dnshistory/Makefile +++ b/dns/dnshistory/Makefile @@ -3,7 +3,7 @@ PORTNAME= dnshistory PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://www.stedee.id.au/files/ \ http://launchpad.net/${PORTNAME}/${PORTVERSION}/${PORTVERSION}/+download/ |