Revision
144334
Author
afb@macports.org
Date
2016-01-06 11:07:54 -0800 (Wed, 06 Jan 2016)

Log Message

rpm versions older than 5.4 are obsolete

Modified Paths

Diff

Modified: trunk/dports/sysutils/rpm52/Portfile (144333 => 144334)


--- trunk/dports/sysutils/rpm52/Portfile	2016-01-06 19:07:31 UTC (rev 144333)
+++ trunk/dports/sysutils/rpm52/Portfile	2016-01-06 19:07:54 UTC (rev 144334)
@@ -2,13 +2,17 @@
 
 PortSystem 1.0
 
+# This port can be removed on Jan 6, 2017.
+replaced_by             rpm54
+PortGroup               obsolete 1.0
+
 name			rpm52
 version			5.2.1
 revision		8
 platforms		darwin freebsd linux
 license			LGPL-2.1
 categories		sysutils archivers
-maintainers		mac.com:n3npq afb
+maintainers		nomaintainer
 description		The RPM package management system.
 long_description	The RPM Package Manager (RPM) is a powerful command line driven \
 			package management system capable of installing, uninstalling, \

Modified: trunk/dports/sysutils/rpm53/Portfile (144333 => 144334)


--- trunk/dports/sysutils/rpm53/Portfile	2016-01-06 19:07:31 UTC (rev 144333)
+++ trunk/dports/sysutils/rpm53/Portfile	2016-01-06 19:07:54 UTC (rev 144334)
@@ -2,6 +2,10 @@
 
 PortSystem 1.0
 
+# This port can be removed on Jan 6, 2017.
+replaced_by             rpm54
+PortGroup               obsolete 1.0
+
 name			rpm53
 version			5.3.11
 revision		3
@@ -10,7 +14,7 @@
 platforms		darwin freebsd linux
 license			LGPL-2.1
 categories		sysutils archivers
-maintainers		mac.com:n3npq afb
+maintainers		nomaintainer
 description		The RPM package management system.
 long_description	The RPM Package Manager (RPM) is a powerful command line driven \
 			package management system capable of installing, uninstalling, \