From owner-svn-ports-all@FreeBSD.ORG Sun Mar 9 18:17:30 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7CE670F; Sun, 9 Mar 2014 18:17:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9CA168D; Sun, 9 Mar 2014 18:17:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s29IHUro085206; Sun, 9 Mar 2014 18:17:30 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s29IHUJ5085203; Sun, 9 Mar 2014 18:17:30 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201403091817.s29IHUJ5085203@svn.freebsd.org> From: Adam Weinberger Date: Sun, 9 Mar 2014 18:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r347680 - in head: . mail mail/p5-Mail-SpamAssassin mail/p5-Mail-SpamAssassin-Alt 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.17 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: Sun, 09 Mar 2014 18:17:30 -0000 Author: adamw Date: Sun Mar 9 18:17:29 2014 New Revision: 347680 URL: http://svnweb.freebsd.org/changeset/ports/347680 QAT: https://qat.redports.org/buildarchive/r347680/ Log: Retire mail/p5-Mail-SpamAssassin-Alt. It contained two options, one of which was already a default, and the other required you to hand-edit configuration files, so having an option to auto-enable it wouldn't really get you anywhere. Deleted: head/mail/p5-Mail-SpamAssassin-Alt/ Modified: head/MOVED head/mail/Makefile head/mail/p5-Mail-SpamAssassin/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Mar 9 18:15:13 2014 (r347679) +++ head/MOVED Sun Mar 9 18:17:29 2014 (r347680) @@ -5619,3 +5619,4 @@ devel/py-gitpython||2014-03-08|Has expir net/mars_nwe||2014-03-08|Has expired: No more public distfiles audio/fmio||2014-03-08|Has expired: No more public distfiles audio/libmtp|multimedia/libmtp|2014-03-09|Moved from audio to multimedia +mail/p5-Mail-SpamAssassin-Alt|mail/p5-Mail-SpamAssassin|2014-03-09|Retired; please use mail/p5-Mail-SpamAssassin Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Sun Mar 9 18:15:13 2014 (r347679) +++ head/mail/Makefile Sun Mar 9 18:17:29 2014 (r347680) @@ -419,7 +419,6 @@ SUBDIR += p5-Mail-Sender SUBDIR += p5-Mail-Sendmail SUBDIR += p5-Mail-SpamAssassin - SUBDIR += p5-Mail-SpamAssassin-Alt SUBDIR += p5-Mail-Spool SUBDIR += p5-Mail-Tools SUBDIR += p5-Mail-Transport-Dbx Modified: head/mail/p5-Mail-SpamAssassin/Makefile ============================================================================== --- head/mail/p5-Mail-SpamAssassin/Makefile Sun Mar 9 18:15:13 2014 (r347679) +++ head/mail/p5-Mail-SpamAssassin/Makefile Sun Mar 9 18:17:29 2014 (r347680) @@ -24,7 +24,7 @@ BUILD_DEPENDS= p5-NetAddr-IP>=4.00.7:${P RUN_DEPENDS= ${BUILD_DEPENDS} \ re2c>=.12.0:${PORTSDIR}/devel/re2c -CONFLICTS?= ja-p5-Mail-SpamAssassin-[0-9]* p5-Mail-SpamAssassin-devel-[0-9]* p5-Mail-SpamAssassin-Alt-[0-9]* +CONFLICTS?= ja-p5-Mail-SpamAssassin-[0-9]* USES= perl5 USE_PERL5= configure