components/rpm2cpio/Makefile
branchs11-update
changeset 4514 d5eea6257d67
parent 3996 20c0f21bbe1e
--- a/components/rpm2cpio/Makefile	Fri Jun 19 06:15:34 2015 -0700
+++ b/components/rpm2cpio/Makefile	Fri Jun 19 18:44:29 2015 -0700
@@ -25,17 +25,19 @@
 
 include ../../make-rules/shared-macros.mk
 
-# The version of rpm2cpio.pl delivered in SFW does not seem to be
-# available for download anymore, so it is exceptionally delivered in
-# the Userland gate itself.
+# The version of rpm2cpio.pl delivered in Userland does not seem to be
+# available in the form of a compressed source tarball, so it is
+# exceptionally delivered in the Userland gate itself. Note that the version
+# number comes from the PORTVERSION field of the Makefile at the
+# COMPONENT_PROJECT_URL site.
 #
 COMPONENT_NAME=		rpm2cpio
-COMPONENT_VERSION=	0.5.11
-COMPONENT_PROJECT_URL=	http://www.iagora.com/~espel/rpm2cpio/
+COMPONENT_VERSION=	1.3
+COMPONENT_PROJECT_URL=	http://svnweb.freebsd.org/ports/head/archivers/rpm2cpio
 COMPONENT_SRC=		src
 COMPONENT_BUGDB=	utility/rpm
 
-TPNO=			17710
+TPNO=			17824
 
 include $(WS_MAKE_RULES)/prep.mk