diff options
author | bsam <bsam@FreeBSD.org> | 2012-04-09 16:21:11 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-04-09 16:21:11 +0800 |
commit | f4f6b4a2bab8e73817ccc9aa7d79e7a2712e8fec (patch) | |
tree | a496f0b5f1aa8c6e087057c5717532b1838c18f5 /mail/imaptools/Makefile | |
parent | 94e6a9775ba62ac13a2808791dc38ce2add3c5f0 (diff) | |
download | freebsd-ports-gnome-f4f6b4a2bab8e73817ccc9aa7d79e7a2712e8fec.tar.gz freebsd-ports-gnome-f4f6b4a2bab8e73817ccc9aa7d79e7a2712e8fec.tar.zst freebsd-ports-gnome-f4f6b4a2bab8e73817ccc9aa7d79e7a2712e8fec.zip |
The author changed his mind. Here is the main idea:
-----
Please continue to make available the last free version of my IMAP tools (V1.135).
Put things back the way they used to be, including the licensing.
-----
So, I put the disfile to MASTER_SITE_LOCAL.
And thanks to the author for his tools and free support for more than 6 years!
Feature safe: yes
Diffstat (limited to 'mail/imaptools/Makefile')
-rw-r--r-- | mail/imaptools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/imaptools/Makefile b/mail/imaptools/Makefile index 865586b4d1c0..32ddf085388c 100644 --- a/mail/imaptools/Makefile +++ b/mail/imaptools/Makefile @@ -8,7 +8,8 @@ PORTNAME= imaptools PORTVERSION= 1.135 CATEGORIES= mail -MASTER_SITES= http://www.athensfbc.com/imap_tools/files/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bsam DISTNAME= imap_tools_V${PORTVERSION} MAINTAINER= bsam@FreeBSD.org @@ -17,7 +18,6 @@ COMMENT= A number of tools and scripts for use with IMAP servers LICENSE= ISCL LICENSE_FILE= ${WRKDIR}/license.txt -FETCH_ARGS= -pRr USE_PERL5_RUN= yes do-build: |