diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-07 07:29:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-07 07:29:28 +0800 |
commit | 2e7d9777524349bda83f6f03ef8f20f78b858895 (patch) | |
tree | 790bd2fe3b7d6e922b2c86cf63c8853f445d99b0 | |
parent | 3e14956426b39b313891f258fe9ab3cb1cba42e7 (diff) | |
download | freebsd-ports-gnome-2e7d9777524349bda83f6f03ef8f20f78b858895.tar.gz freebsd-ports-gnome-2e7d9777524349bda83f6f03ef8f20f78b858895.tar.zst freebsd-ports-gnome-2e7d9777524349bda83f6f03ef8f20f78b858895.zip |
- Fix duplicate PORTREVISION lines and bump for all bumps which have not happened because of this
Approved by: portmgr blanket
-rw-r--r-- | mail/xcite/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/xcite/Makefile b/mail/xcite/Makefile index b5e8eaa7afda..1351e9d7f5bb 100644 --- a/mail/xcite/Makefile +++ b/mail/xcite/Makefile @@ -3,8 +3,7 @@ PORTNAME= xcite PORTVERSION= 1.60 -PORTREVISION= 19 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= mail elisp MASTER_SITES= http://www.gentei.org/~yuuji/software/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} |