diff options
author | mat <mat@FreeBSD.org> | 2015-05-08 00:32:43 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-05-08 00:32:43 +0800 |
commit | 2f66729463770b0e9fb9f5f0cb1479ba3488aa5c (patch) | |
tree | 63cfeb4094db9cda2a9c23fe5053bddb5b9289c8 /mail/offlineimap/Makefile | |
parent | a536185c581d6682fd50b5fa5d87b08be649e201 (diff) | |
download | freebsd-ports-gnome-2f66729463770b0e9fb9f5f0cb1479ba3488aa5c.tar.gz freebsd-ports-gnome-2f66729463770b0e9fb9f5f0cb1479ba3488aa5c.tar.zst freebsd-ports-gnome-2f66729463770b0e9fb9f5f0cb1479ba3488aa5c.zip |
Update ports in the [i-m]* category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'mail/offlineimap/Makefile')
-rw-r--r-- | mail/offlineimap/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/offlineimap/Makefile b/mail/offlineimap/Makefile index 38c9b551edb6..4c48b2f2f1d9 100644 --- a/mail/offlineimap/Makefile +++ b/mail/offlineimap/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PORTNAME= offlineimap +DISTVERSIONPREFIX= v DISTVERSION= 6.5.5 CATEGORIES= mail python MASTER_SITES= http://dist.codelabs.ru/fbsd/offlineimap/ @@ -19,14 +20,11 @@ LICENSE_FILE_GPLv2=${WRKSRC}/COPYING OPTIONS_DEFINE= HTMLDOCS EXAMPLES HTMLDOCS_DESC= Generate HTML documentation -WRKSRC?= ${WRKDIR}/${DISTNAME} SUB_FILES= pkg-message PATCH_STRIP= -p1 USE_GITHUB= yes GH_ACCOUNT= OfflineIMAP -GH_TAGNAME= v${DISTVERSION} -GH_COMMIT= 8bc2f35 USES= python USE_PYTHON= distutils |