Date: Fri, 18 Jan 2008 15:25:18 GMT From: Mikle Davidkin <skylord@vt.net.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/119777: [UPDATE] sysutils/nut 2.2.0 -> 2.2.1 Message-ID: <200801181525.m0IFPI13078899@www.freebsd.org> Resent-Message-ID: <200801181530.m0IFU2EO053468@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119777 >Category: ports >Synopsis: [UPDATE] sysutils/nut 2.2.0 -> 2.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Jan 18 15:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Mikle Davidkin >Release: FreeBSD 6.2-RELEASE-p2 >Organization: >Environment: FreeBSD www.vt.net.ru 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Mon Mar 12 13:48:43 MSK 2007 root@www.vt.net.ru:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Just a new version of NUT... >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ur old/ports/nut/Makefile new/ports/sysutils/nut/Makefile --- old/ports/nut/Makefile Tue Jan 15 11:43:11 2008 +++ new/ports/sysutils/nut/Makefile Thu Jan 17 20:12:02 2008 @@ -6,8 +6,8 @@ # PORTNAME= nut -PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTVERSION= 2.2.1 +PORTREVISION= 0 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig diff -ur old/ports/nut/distinfo new/ports/sysutils/nut/distinfo --- old/ports/nut/distinfo Sun Oct 28 22:36:19 2007 +++ new/ports/sysutils/nut/distinfo Thu Jan 17 20:13:16 2008 @@ -1,6 +1,6 @@ -MD5 (nut-2.2.0.tar.gz) = a3570515d80804051d4e7631e8a3eb12 -SHA256 (nut-2.2.0.tar.gz) = e670ff7b51a652fd61472aa5fa5a1ed4730b5411671068be456551ea46094120 -SIZE (nut-2.2.0.tar.gz) = 1173801 -MD5 (nut-2.2.0.tar.gz.sig) = b844a079cd7673f79d87197c189f23fe -SHA256 (nut-2.2.0.tar.gz.sig) = 6b240886432e0e095c4bf6109a79f4bd1c67e53a14438fe885f7ffd7932e2169 -SIZE (nut-2.2.0.tar.gz.sig) = 65 +MD5 (nut-2.2.1.tar.gz) = c7ae871961a7dbe12b22d504267dc132 +SHA256 (nut-2.2.1.tar.gz) = 9aad15d8cdd8694839b54342c8b4c26ddce508f6fb29ff4bee3abbe1555771f4 +SIZE (nut-2.2.1.tar.gz) = 1192538 +MD5 (nut-2.2.1.tar.gz.sig) = 544eb134c6f42887656eb0aabde10df3 +SHA256 (nut-2.2.1.tar.gz.sig) = 769320a47ffcb96ada3f774c48f8338d7cd6836dca8c72d439bfc8bffe661393 +SIZE (nut-2.2.1.tar.gz.sig) = 65 diff -ur old/ports/nut/files/patch-include-Makefile.in new/ports/sysutils/nut/files/patch-include-Makefile.in --- old/ports/nut/files/patch-include-Makefile.in Sun Oct 7 13:13:49 2007 +++ new/ports/sysutils/nut/files/patch-include-Makefile.in Thu Jan 17 20:24:25 2008 @@ -1,9 +1,9 @@ ---- include/Makefile.in.orig 2007-08-28 15:39:22.000000000 +0200 -+++ include/Makefile.in 2007-08-28 15:36:52.000000000 +0200 +--- include/Makefile.in.orig Fri Dec 21 15:00:52 2007 ++++ include/Makefile.in Thu Jan 17 20:23:32 2008 @@ -229,7 +229,7 @@ - BUILT_SOURCES = nut_version.h - CLEANFILES = nut_version.h - SVNREV = $(shell svnversion -n $(top_srcdir) 2>/dev/null) + BUILT_SOURCES = nut_version.h nut_stdint.h + CLEANFILES = nut_version.h nut_stdint.h + SVNREV = $(shell unset LANG && svnversion -n $(top_srcdir) 2>/dev/null) -NUT_VERSION = $(shell if test "$(SVNREV)" = "exported"; then echo "$(PACKAGE_VERSION)"; else echo "$(PACKAGE_VERSION)-$(SVNREV)"; fi) +NUT_VERSION = $(shell if test "$(SVNREV)" = "exported" -o -z "${SVNREV}"; then echo "$(PACKAGE_VERSION)"; else echo "$(PACKAGE_VERSION)-$(SVNREV)"; fi) all: $(BUILT_SOURCES) config.h >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801181525.m0IFPI13078899>