Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2012 12:17:41 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306846 - head/mail/cucipop
Message-ID:  <201211021217.qA2CHfK2018466@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Fri Nov  2 12:17:41 2012
New Revision: 306846
URL: http://svn.freebsd.org/changeset/ports/306846

Log:
  - 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

Modified:
  head/mail/cucipop/Makefile   (contents, props changed)

Modified: head/mail/cucipop/Makefile
==============================================================================
--- head/mail/cucipop/Makefile	Fri Nov  2 12:08:08 2012	(r306845)
+++ head/mail/cucipop/Makefile	Fri Nov  2 12:17:41 2012	(r306846)
@@ -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 (ful
 
 #BUILD_DEPENDS=  ${PREFIX}/include/db2/db.h:${PORTSDIR}/databases/db2
 
+MAKE_JOBS_SAFE=	yes
+
 MAN8=		cucipop.8 #makevpopdb.8
 PLIST_FILES=	libexec/cucipop
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211021217.qA2CHfK2018466>