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 /sysutils/clsync | |
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 'sysutils/clsync')
-rw-r--r-- | sysutils/clsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/clsync/Makefile b/sysutils/clsync/Makefile index 919ff8b652f0..3ca4214f8cc5 100644 --- a/sysutils/clsync/Makefile +++ b/sysutils/clsync/Makefile @@ -3,7 +3,7 @@ PORTNAME= clsync DISTVERSION= 0.4~rc2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dyokunev@ut.mephi.ru |