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 /textproc/pcrs | |
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 'textproc/pcrs')
-rw-r--r-- | textproc/pcrs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pcrs/Makefile b/textproc/pcrs/Makefile index f41eca405c8c..0fe0a140fd4a 100644 --- a/textproc/pcrs/Makefile +++ b/textproc/pcrs/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcrs PORTVERSION= 0.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc MASTER_SITES= http://distfiles.master.finkmirrors.net/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src |