From owner-svn-ports-all@FreeBSD.ORG Fri Nov 2 12:17:42 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48600F1B; Fri, 2 Nov 2012 12:17:42 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3028E8FC08; Fri, 2 Nov 2012 12:17:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id qA2CHgD0018468; Fri, 2 Nov 2012 12:17:42 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id qA2CHfK2018466; Fri, 2 Nov 2012 12:17:41 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201211021217.qA2CHfK2018466@svn.freebsd.org> From: Alex Kozlov Date: Fri, 2 Nov 2012 12:17:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306846 - head/mail/cucipop X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2012 12:17:42 -0000 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 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