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 /mail/smtp-gated | |
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 'mail/smtp-gated')
-rw-r--r-- | mail/smtp-gated/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/smtp-gated/Makefile b/mail/smtp-gated/Makefile index b00cef14a534..e4a05225dfc4 100644 --- a/mail/smtp-gated/Makefile +++ b/mail/smtp-gated/Makefile @@ -3,7 +3,7 @@ PORTNAME= smtp-gated PORTVERSION= 1.4.20.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://software.klolik.org/smtp-gated/files/ |