diff options
author | ak <ak@FreeBSD.org> | 2012-11-02 20:17:41 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2012-11-02 20:17:41 +0800 |
commit | 50c5539b7b7a8d6ed1de8444f08fb772ccc06165 (patch) | |
tree | 77d2af52586fb6d7cfcb1e1027ba5bcd55849ad7 /mail/cucipop | |
parent | 6f1e580bf3277363653c2400512fe72eb5d057aa (diff) | |
download | freebsd-ports-gnome-50c5539b7b7a8d6ed1de8444f08fb772ccc06165.tar.gz freebsd-ports-gnome-50c5539b7b7a8d6ed1de8444f08fb772ccc06165.tar.zst freebsd-ports-gnome-50c5539b7b7a8d6ed1de8444f08fb772ccc06165.zip |
- Fix MASTER_SITES and Undeprecate
- Add MAKE_JOBS_SAFE
- Convert Makefile headers to new style
PR: ports/172030
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
Diffstat (limited to 'mail/cucipop')
-rw-r--r-- | mail/cucipop/Makefile | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index fa6dfc65916d..4dc32eaf30aa 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -1,9 +1,6 @@ -# New ports collection makefile for: cucipop -# Date created: 7 Jun 1997 -# Whom: igor@zynaps.ru -# +# Created by: igor@zynaps.ru # $FreeBSD$ -# + # NOTE: APOP works only for virtual hosts as designed! # Virtual hosts works only with Berkeley DB2. # Berkeley DB2 is in conflict with libc, so commented out. :-( @@ -12,13 +9,12 @@ PORTNAME= cucipop PORTVERSION= 1.31 PORTREVISION= 2 CATEGORIES= mail ipv6 -MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ - -DEPRECATED= Patches no more availables -EXPIRATION_DATE= 2012-10-20 +MASTER_SITES= ftp://ftp.informatik.rwth-aachen.de/pub/packages/cucipop/ \ + http://ftp.riken.go.jp/archives/net/mail/pop/ \ + http://horms.net/projects/cucipop/download/ -PATCH_SITES= ftp://ftp.kame.net/pub/kame/misc/ \ - ftp://ftp.pasta.cs.uit.no/pub/IPv6/misc/ +PATCH_SITES= ${MASTER_SITE_RINGSERVER} +PATCH_SITE_SUBDIR= net/kame/misc PATCHFILES= cucipop-1.31-v6-20010223.diff.gz PATCH_DIST_STRIP= -p1 @@ -27,6 +23,8 @@ COMMENT= Cubic Circle's POP3 daemon (fully RFC1939 compliant) #BUILD_DEPENDS= ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db2 +MAKE_JOBS_SAFE= yes + MAN8= cucipop.8 #makevpopdb.8 PLIST_FILES= libexec/cucipop |