From owner-svn-ports-all@FreeBSD.ORG Sun May 26 00:58:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B92ED1D8; Sun, 26 May 2013 00:58:26 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A8FBE18D; Sun, 26 May 2013 00:58:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4Q0wQK6078192; Sun, 26 May 2013 00:58:26 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4Q0wPQw078184; Sun, 26 May 2013 00:58:25 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201305260058.r4Q0wPQw078184@svn.freebsd.org> From: Brad Davis Date: Sun, 26 May 2013 00:58:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319083 - in head: . sysutils sysutils/rsyslog5 sysutils/rsyslog5-dbi sysutils/rsyslog5-gnutls sysutils/rsyslog5-gssapi sysutils/rsyslog5-mysql sysutils/rsyslog5-pgsql sysutils/rsyslog5... 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: Sun, 26 May 2013 00:58:26 -0000 Author: brd (doc committer) Date: Sun May 26 00:58:25 2013 New Revision: 319083 URL: http://svnweb.freebsd.org/changeset/ports/319083 Log: - Remove sysutils/rsyslog5* finally - Note expirations on sysutils/rsyslog6* as it is unsupported now as well Reviewed by: zi@ Deleted: head/sysutils/rsyslog5/ head/sysutils/rsyslog5-dbi/ head/sysutils/rsyslog5-gnutls/ head/sysutils/rsyslog5-gssapi/ head/sysutils/rsyslog5-mysql/ head/sysutils/rsyslog5-pgsql/ head/sysutils/rsyslog5-relp/ head/sysutils/rsyslog5-rfc3195/ head/sysutils/rsyslog5-snmp/ Modified: head/MOVED head/UPDATING head/sysutils/Makefile head/sysutils/rsyslog6-devel/Makefile head/sysutils/rsyslog6/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun May 26 00:36:38 2013 (r319082) +++ head/MOVED Sun May 26 00:58:25 2013 (r319083) @@ -4272,3 +4272,12 @@ print/yatex-xemacs||2013-05-21|Removed: devel/php5-phing|devel/pear-phing|2013-05-21|Replaced by devel/pear-phing emulators/hfsutils|sysutils/hfsutils|2013-05-23|Moved to a better category devel/lfc|devel/lfcbase|2013-05-23|Rename to avoid package conflicts +sysutils/rsyslog5||2013-05-25|Removed: use sysutils/rsyslog7 +sysutils/rsyslog5-dbi||2013-05-25|Removed: use sysutils/rsyslog7 +sysutils/rsyslog5-gnutls||2013-05-25|Removed: use sysutils/rsyslog7 +sysutils/rsyslog5-gssapi||2013-05-25|Removed: use sysutils/rsyslog7 +sysutils/rsyslog5-mysql||2013-05-25|Removed: use sysutils/rsyslog7 +sysutils/rsyslog5-pgsql||2013-05-25|Removed: use sysutils/rsyslog7 +sysutils/rsyslog5-relp||2013-05-25|Removed: use sysutils/rsyslog7 +sysutils/rsyslog5-rfc3195||2013-05-25|Removed: use sysutils/rsyslog7 +sysutils/rsyslog5-snmp||2013-05-25|Removed: use sysutils/rsyslog7 Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun May 26 00:36:38 2013 (r319082) +++ head/UPDATING Sun May 26 00:58:25 2013 (r319083) @@ -6,6 +6,14 @@ You should get into the habit of checkin you update your ports collection, before attempting any port upgrades. 20130525: + AFFECTS: users of sysutils/rsyslog5* + AUTHOR: brd@FreeBSD.org + + Rsyslog 5.x has reached end of life status and has therefore been removed. + While sysutils/rsyslog6* exists, please consider migrating to + sysutils/rsyslog7 as that is the currently supported release. + +20130525: AFFECTS: users of mail/postgrey AUTHOR: Darren Pilgrim Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun May 26 00:36:38 2013 (r319082) +++ head/sysutils/Makefile Sun May 26 00:58:25 2013 (r319083) @@ -785,15 +785,6 @@ SUBDIR += rsyncbackup SUBDIR += rsyncmanager SUBDIR += rsyncrypto - SUBDIR += rsyslog5 - SUBDIR += rsyslog5-dbi - SUBDIR += rsyslog5-gnutls - SUBDIR += rsyslog5-gssapi - SUBDIR += rsyslog5-mysql - SUBDIR += rsyslog5-pgsql - SUBDIR += rsyslog5-relp - SUBDIR += rsyslog5-rfc3195 - SUBDIR += rsyslog5-snmp SUBDIR += rsyslog6 SUBDIR += rsyslog6-dbi SUBDIR += rsyslog6-gnutls Modified: head/sysutils/rsyslog6-devel/Makefile ============================================================================== --- head/sysutils/rsyslog6-devel/Makefile Sun May 26 00:36:38 2013 (r319082) +++ head/sysutils/rsyslog6-devel/Makefile Sun May 26 00:58:25 2013 (r319083) @@ -12,6 +12,9 @@ PKGNAMESUFFIX?= -${MNAME} MAINTAINER= brd@FreeBSD.org COMMENT?= Syslogd supporting SQL, TCP, and TLS +DEPRECATED= Use sysutils/rsyslog7 +EXPIRATION_DATE=2013-07-25 + USE_LDCONFIG= yes LIB_DEPENDS+= ee:${PORTSDIR}/devel/libee \ Modified: head/sysutils/rsyslog6/Makefile ============================================================================== --- head/sysutils/rsyslog6/Makefile Sun May 26 00:36:38 2013 (r319082) +++ head/sysutils/rsyslog6/Makefile Sun May 26 00:58:25 2013 (r319083) @@ -12,6 +12,9 @@ PKGNAMESUFFIX?= -${MNAME} MAINTAINER= brd@FreeBSD.org COMMENT?= Syslogd supporting SQL, TCP, and TLS +DEPRECATED= Use sysutils/rsyslog7 +EXPIRATION_DATE=2013-11-25 + USE_LDCONFIG= yes LIB_DEPENDS+= ee:${PORTSDIR}/devel/libee \