Bug 65666 - Port upgrade: sysutils/portdowngrade to 0.2
Summary: Port upgrade: sysutils/portdowngrade to 0.2
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-04-17 17:10 UTC by Heiner
Modified: 2004-04-17 20:27 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-04-17 17:10:18 UTC
Upgrade to 0.2

Changes:
	gcc 3.x compilation problems fixed
	Bugfix: commit events wrongly sorted
	Bugfix: portdowngrade does not stop on cvs errors
	Bugfix: deleted files not alwys deleted
	New switch: -l

Fix: See attached diff. Please delete the files directory!










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



--Boundary-00=_NVVgAc96dblJ+im----edR4eGhWy5TDnbSDrJZ5Ccj79MX8fRdmEgfxlvgWu0sGIrHm
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -urP ../../sysutils/portdowngrade/Makefile ./Makefile
--- ../../sysutils/portdowngrade/Makefile	Fri Feb  6 14:12:28 2004
+++ ./Makefile	Sat Apr 17 17:46:25 2004
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	portdowngrade
-PORTVERSION=	0.1
-PORTREVISION=	1
+PORTVERSION=	0.2
 CATEGORIES=	sysutils
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -urP ../../sysutils/portdowngrade/distinfo ./distinfo
--- ../../sysutils/portdowngrade/distinfo	Wed Mar 31 05:11:29 2004
+++ ./distinfo	Sat Apr 17 17:10:38 2004
@@ -1,2 +1,2 @@
-MD5 (portdowngrade-0.1.tar.bz2) = f0576e4836033bbe6740f660ee61b010
-SIZE (portdowngrade-0.1.tar.bz2) = 67218
+MD5 (portdowngrade-0.2.tar.bz2) = a73ce55605b080f985c65be2bc62fcce
+SIZE (portdowngrade-0.2.tar.bz2) = 67766
Only in ../../sysutils/portdowngrade/: files
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-04-17 20:27:03 UTC
State Changed
From-To: open->closed

Committed, thanks!