View | Details | Raw Unified | Return to bug 119777
Collapse All | Expand All

(-)new/ports/sysutils/nut/Makefile (-2 / +2 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	nut
8
PORTNAME=	nut
9
PORTVERSION=	2.2.0
9
PORTVERSION=	2.2.1
10
PORTREVISION=	1
10
PORTREVISION=	0
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	http://www.networkupstools.org/source/${PORTVERSION:R}/
12
MASTER_SITES=	http://www.networkupstools.org/source/${PORTVERSION:R}/
13
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
13
DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig
(-)new/ports/sysutils/nut/distinfo (-6 / +6 lines)
Lines 1-6 Link Here
1
MD5 (nut-2.2.0.tar.gz) = a3570515d80804051d4e7631e8a3eb12
1
MD5 (nut-2.2.1.tar.gz) = c7ae871961a7dbe12b22d504267dc132
2
SHA256 (nut-2.2.0.tar.gz) = e670ff7b51a652fd61472aa5fa5a1ed4730b5411671068be456551ea46094120
2
SHA256 (nut-2.2.1.tar.gz) = 9aad15d8cdd8694839b54342c8b4c26ddce508f6fb29ff4bee3abbe1555771f4
3
SIZE (nut-2.2.0.tar.gz) = 1173801
3
SIZE (nut-2.2.1.tar.gz) = 1192538
4
MD5 (nut-2.2.0.tar.gz.sig) = b844a079cd7673f79d87197c189f23fe
4
MD5 (nut-2.2.1.tar.gz.sig) = 544eb134c6f42887656eb0aabde10df3
5
SHA256 (nut-2.2.0.tar.gz.sig) = 6b240886432e0e095c4bf6109a79f4bd1c67e53a14438fe885f7ffd7932e2169
5
SHA256 (nut-2.2.1.tar.gz.sig) = 769320a47ffcb96ada3f774c48f8338d7cd6836dca8c72d439bfc8bffe661393
6
SIZE (nut-2.2.0.tar.gz.sig) = 65
6
SIZE (nut-2.2.1.tar.gz.sig) = 65
(-)new/ports/sysutils/nut/files/patch-include-Makefile.in (-5 / +5 lines)
Lines 1-9 Link Here
1
--- include/Makefile.in.orig	2007-08-28 15:39:22.000000000 +0200
1
--- include/Makefile.in.orig	Fri Dec 21 15:00:52 2007
2
+++ include/Makefile.in	2007-08-28 15:36:52.000000000 +0200
2
+++ include/Makefile.in	Thu Jan 17 20:23:32 2008
3
@@ -229,7 +229,7 @@
3
@@ -229,7 +229,7 @@
4
 BUILT_SOURCES = nut_version.h
4
 BUILT_SOURCES = nut_version.h nut_stdint.h
5
 CLEANFILES = nut_version.h
5
 CLEANFILES = nut_version.h nut_stdint.h
6
 SVNREV = $(shell svnversion -n $(top_srcdir) 2>/dev/null)
6
 SVNREV = $(shell unset LANG && svnversion -n $(top_srcdir) 2>/dev/null)
7
-NUT_VERSION = $(shell if test "$(SVNREV)" = "exported"; then echo "$(PACKAGE_VERSION)"; else echo "$(PACKAGE_VERSION)-$(SVNREV)"; fi)
7
-NUT_VERSION = $(shell if test "$(SVNREV)" = "exported"; then echo "$(PACKAGE_VERSION)"; else echo "$(PACKAGE_VERSION)-$(SVNREV)"; fi)
8
+NUT_VERSION = $(shell if test "$(SVNREV)" = "exported" -o -z "${SVNREV}"; then echo "$(PACKAGE_VERSION)"; else echo "$(PACKAGE_VERSION)-$(SVNREV)"; fi)
8
+NUT_VERSION = $(shell if test "$(SVNREV)" = "exported" -o -z "${SVNREV}"; then echo "$(PACKAGE_VERSION)"; else echo "$(PACKAGE_VERSION)-$(SVNREV)"; fi)
9
 all: $(BUILT_SOURCES) config.h
9
 all: $(BUILT_SOURCES) config.h

Return to bug 119777