Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2006 00:22:11 +0300 (MSK)
From:      Boris Samorodov <bsam@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/107114: [patch] converters/konwert: change dependency shells/bash2 -> shells/bash, update to new patchlevel
Message-ID:  <200612222122.kBMLMBrQ013590@tinderbox.amd64.ipt.ru>
Resent-Message-ID: <200612222150.kBMLoIO6070670@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         107114
>Category:       ports
>Synopsis:       [patch] converters/konwert: change dependency shells/bash2 -> shells/bash, update to new patchlevel
>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 Dec 22 21:50:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Boris Samorodov
>Release:        FreeBSD 7.0-CURRENT amd64
>Organization:
InPharmTech, Co. http://www.ipt.ru
>Environment:
System: FreeBSD tinderbox.amd64.ipt.ru 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Mon Dec 11 12:04:14 MSK 2006 bsam@tinderbox.amd64.ipt.ru:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	In preparation to deprecate shells/bash2 the dependency
	should be changed to shells/bash.
>How-To-Repeat:
>Fix:
	- introduce PATCHLEVEL to be used instead of PORTREVISION at filenames;
	- update to new PATCHLEVEL=11;
	- change BUILD_DEPENDS and RUN_DEPENDS: shells/bash2 -> shells/bash;
	- bump PORTREVISION.

--- konwert.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/converters/konwert/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	3 May 2006 23:38:40 -0000	1.7
+++ Makefile	22 Dec 2006 20:24:13 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	konwert
 PORTVERSION=	1.8
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	converters
 MASTER_SITES=	${MASTER_SITE_DEBIAN}
 MASTER_SITE_SUBDIR=	pool/main/${DISTNAME:C/${DISTNAME:C/.//}//}/${PORTNAME}
@@ -15,13 +15,14 @@
 
 PATCH_SITES=	${MASTER_SITES}
 PATCH_SITE_SUBDIR=	${MASTER_SITE_SUBDIR}
-PATCHFILES=	${PORTNAME}_${PORTVERSION}-${PORTREVISION}.diff.gz
+PATCHLEVEL=	11
+PATCHFILES=	${PORTNAME}_${PORTVERSION}-${PATCHLEVEL}.diff.gz
 
 MAINTAINER=	alexs@snark.rinet.ru
 COMMENT=	Modular converter between charsets and filter
 
-BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash2
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash2
+BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 PATCH_WRKSRC=	${WRKDIR}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/converters/konwert/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	22 Jan 2006 09:54:25 -0000	1.3
+++ distinfo	22 Dec 2006 20:24:13 -0000
@@ -1,6 +1,6 @@
 MD5 (konwert_1.8.orig.tar.gz) = 838e73ec911ebf25816135cbfd0f7a04
 SHA256 (konwert_1.8.orig.tar.gz) = 152d4ba63e61949502f3d3305a700308cf938118d232834c67365acbcba32d32
 SIZE (konwert_1.8.orig.tar.gz) = 196871
-MD5 (konwert_1.8-9.diff.gz) = a90cd6c0560d6682800d840fc17adbc2
-SHA256 (konwert_1.8-9.diff.gz) = 70c5f12d20d0075b2b424afcabfe79bb8892468dd9d58da4bff714db01a87693
-SIZE (konwert_1.8-9.diff.gz) = 8979
+MD5 (konwert_1.8-11.diff.gz) = b378b5fda8a4ce57d62a3f363ae93f75
+SHA256 (konwert_1.8-11.diff.gz) = 2b6ae905d39690e16fcece578368840eb6708d076a370eb3a89424b69dcb5636
+SIZE (konwert_1.8-11.diff.gz) = 9382
--- konwert.diff ends here ---

WBR
-- 
bsam

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612222122.kBMLMBrQ013590>