Date: Sun, 8 Aug 2004 13:06:50 +0100 From: Heiner <h.eichmann@gmx.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70162: Port upgrade: sysutils/portdowngrade to 0.5 Message-ID: <200408081406.50800.h.eichmann@gmx.de> Resent-Message-ID: <200408081210.i78CAQVq053353@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 70162 >Category: ports >Synopsis: Port upgrade: sysutils/portdowngrade to 0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Aug 08 12:10:23 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Heiner Eichmann <h.eichmann@gmx.de> >Release: FreeBSD 4.9-STABLE i386 >Organization: Sirius Cybernetics Corp. >Environment: FreeBSD 7of9.unimatrix-zero.borg 4.10-STABLE FreeBSD 4.10-STABLE #1: Sun Jun 20 14:49:25 CEST 2004 root@7of9.unimatrix-zero.borg:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Upgrade to 0.5 2004-08-08 Version 0.5 release bugfix: saometimes the ports version was wrong a default cvs server can be set port revision is added to port version number user selection if several ports start with the supplied port name >How-To-Repeat: >Fix: See attached diff. --Boundary-00=_adhFBNHN+4Cq/aj Content-Type: text/x-diff; charset="iso-8859-1"; name="diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="diff" diff -u ../../sysutils/portdowngrade/Makefile ./Makefile --- ../../sysutils/portdowngrade/Makefile Mon Jun 21 22:24:05 2004 +++ ./Makefile Sun Aug 8 14:04:17 2004 @@ -6,7 +6,7 @@ # PORTNAME= portdowngrade -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,6 +20,9 @@ POPT_LIB= `pkg_info -xL ^popt | ${GREP} libpopt.a | ${SED} -e 's?/libpopt.a??'` CONFIGURE_ENV= CPPFLAGS="-I${POPT_INCLUDE}" \ LIBS="-lpopt -L${POPT_LIB}" +.if defined(DEFAULT_CVS_SERVER) +CONFIGURE_ARGS+= --enable-default-server=${DEFAULT_CVS_SERVER} +.endif GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} @@ -29,5 +32,15 @@ MAN1= portdowngrade.1 PLIST_FILES= sbin/portdowngrade + +pre-everything:: +.if !defined(DEFAULT_CVS_SERVER) + @${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} "" + @sleep 3 +.endif .include <bsd.port.mk> diff -u ../../sysutils/portdowngrade/distinfo ./distinfo --- ../../sysutils/portdowngrade/distinfo Mon Jun 21 22:24:05 2004 +++ ./distinfo Sun Aug 8 13:10:04 2004 @@ -1,2 +1,2 @@ -MD5 (portdowngrade-0.4.tar.bz2) = 9ad4d2351ac10851082a1b7d58c52cd6 -SIZE (portdowngrade-0.4.tar.bz2) = 68832 +MD5 (portdowngrade-0.5.tar.bz2) = e43e6c91b2d1a92517131d48ea023e6f +SIZE (portdowngrade-0.5.tar.bz2) = 73380 --Boundary-00=_adhFBNHN+4Cq/aj-- >Release-Note: >Audit-Trail: >Unformatted: --Boundary-00=_adhFBNHN+4Cq/aj Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-send-pr-version: send-pr 3.113 X-GNATS-Notify:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408081406.50800.h.eichmann>