diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-11-30 04:24:32 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-11-30 04:24:32 +0800 |
commit | f1c527cecf9f74513cb3d7060c752c044ad7ce9b (patch) | |
tree | 8acc8952e65f784ba69415e4be10c2d3092787f4 /mail | |
parent | a1198921d76496301e195fbabdc723dd59128ab4 (diff) | |
download | freebsd-ports-gnome-f1c527cecf9f74513cb3d7060c752c044ad7ce9b.tar.gz freebsd-ports-gnome-f1c527cecf9f74513cb3d7060c752c044ad7ce9b.tar.zst freebsd-ports-gnome-f1c527cecf9f74513cb3d7060c752c044ad7ce9b.zip |
- Bump PORTREVISION as the previous commit affected package creation
- Use PORTVERSION instead of DISTVERSION
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus2courier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/cyrus2courier/Makefile b/mail/cyrus2courier/Makefile index 274b5bb9e14a..4cc0bf55c009 100644 --- a/mail/cyrus2courier/Makefile +++ b/mail/cyrus2courier/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= cyrus2courier -DISTVERSION= 1.4 +PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.madness.at/~mad/projects/ \ CRITICAL |