[Midnightbsd-cvs] mports: Makefile: These changes in combination with a symlink on the FTP

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 10 20:49:05 EDT 2008


Log Message:
-----------
These changes in combination with a symlink on the FTP server allow use of portupgrade -PP to grab CURRENT packages.  We may want to make this the most recent release in the future.

Modified Files:
--------------
    mports/ports-mgmt/portupgrade:
        Makefile (r1.8 -> r1.9)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/ports-mgmt/portupgrade/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -L ports-mgmt/portupgrade/Makefile -L ports-mgmt/portupgrade/Makefile -u -r1.8 -r1.9
--- ports-mgmt/portupgrade/Makefile
+++ ports-mgmt/portupgrade/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	portupgrade
 PORTVERSION=	2.4.6
+PORTREVISION=	1
 PORTEPOCH=	2
 CATEGORIES=	ports-mgmt
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
@@ -17,6 +18,7 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	BSD ports/packages administration and management tool suite
+LICENSE=	bsd3
 
 USE_BZIP2=	yes
 USE_RUBY=	yes
@@ -67,6 +69,8 @@
 	${MV} convert2.txt $i
 .endfor
 	${REINPLACE_CMD} -e 's|ftp.FreeBSD.org|ftp.midnightbsd.org|g;' \
+			-e 's|FreeBSD/ports|MidnightBSD/mports/packages|g' \
+			-e 's|FreeBSD|MidnightBSD|g' \
 		${WRKSRC}/lib/pkgtools.rb
 
 pre-install: 


More information about the Midnightbsd-cvs mailing list