Bug 75611 - Port upgrade: sysutils/portdowngrade to 0.6
Summary: Port upgrade: sysutils/portdowngrade to 0.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-29 14:40 UTC by Heiner
Modified: 2004-12-29 15:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner 2004-12-29 14:40:27 UTC
Upgrade to 0.6

Changes:
 Search port by "make search" (works on FreeBSD 5.3 as well)=20
 Bugfix: missing default server support on -o

Fix: See attached diff.











--Boundary-00=_hBs0B4xFx1R9Bm1
Content-Type: text/x-diff;
  charset="iso-8859-1";
  name="diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="diff"



--Boundary-00=_hBs0B4xFx1R9Bm1----lUcrfO0uEUgyZA4MIGA3OFGJeLSBkVC9tLDHbKerebORRK7K
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -u ../../sysutils/portdowngrade/Makefile ./Makefile
--- ../../sysutils/portdowngrade/Makefile	Thu Aug 12 08:06:27 2004
+++ ./Makefile	Tue Dec 28 14:47:03 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	portdowngrade
-PORTVERSION=	0.5
+PORTVERSION=	0.6
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -38,7 +38,9 @@
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "Press CTRL-C and define DEFAULT_CVS_SERVER"
 	@${ECHO_MSG} "(e.g. make DEFAULT_CVS_SERVER=\":pserver:anoncvs@anoncvs. ... .FreeBSD.org:/home/ncvs\" install)"
-	@${ECHO_MSG} "if you want to use a special CVS server as default."
+	@${ECHO_MSG} "if you want to use a special CVS server as default. See"
+	@${ECHO_MSG} "http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html"
+	@${ECHO_MSG} "for a list of possible cvs server"
 	@${ECHO_MSG} ""
 	@sleep 3
 .endif
diff -u ../../sysutils/portdowngrade/distinfo ./distinfo
--- ../../sysutils/portdowngrade/distinfo	Thu Aug 12 08:06:28 2004
+++ ./distinfo	Tue Dec 28 09:35:25 2004
@@ -1,2 +1,2 @@
-MD5 (portdowngrade-0.5.tar.bz2) = e43e6c91b2d1a92517131d48ea023e6f
-SIZE (portdowngrade-0.5.tar.bz2) = 73380
+MD5 (portdowngrade-0.6.tar.bz2) = 4f7b2cfa79dd9d320b2442b49aef62ce
+SIZE (portdowngrade-0.6.tar.bz2) = 84926
Comment 1 Sergey Matveychuk freebsd_committer freebsd_triage 2004-12-29 15:41:20 UTC
State Changed
From-To: open->closed

Committed, thanks!