Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Apr 2006 03:25:48 -0700 (PDT)
From:      "infofarmer @ gmail. com" <infofarmer@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95866: update textproc/redet to 8.10
Message-ID:  <44421bac.17dc1125.562a.ffffc1e1@mx.gmail.com>
Resent-Message-ID: <200604161030.k3GAUDIC032545@freefall.freebsd.org>

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

>Number:         95866
>Category:       ports
>Synopsis:       update textproc/redet to 8.10
>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:   Sun Apr 16 10:30:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Andrew Pantyukhin
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD sat64.net17 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #14: Sun Mar 5 15:57:19 MSK 2006 sat@sat64.net17:/usr/obj/usr/src/sys/SATCUR32 i386


	
>Description:
Update to 8.10
Offer adoption
	
>How-To-Repeat:
	
>Fix:

	

--- redet.diff begins here ---
diff -urN /usr/ports/textproc/redet/Makefile redet/Makefile
--- /usr/ports/textproc/redet/Makefile	Fri Apr 14 22:14:58 2006
+++ redet/Makefile	Sun Apr 16 14:18:09 2006
@@ -6,35 +6,34 @@
 #
 
 PORTNAME=	redet
-PORTVERSION=	7.3
+PORTVERSION=	8.10
 CATEGORIES=	textproc tk84
-MASTER_SITES=	${MASTER_SITE_LOCAL}
+MASTER_SITES=	http://bsd.gubkin.ru/myports/ ${MASTER_SITE_LOCAL}
 MASTER_SITE_SUBDIR=	vsevolod
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Visual regexp constructors with many regexp types support
 
-RUN_DEPENDS=	wish8.4:${PORTSDIR}/x11-toolkits/tk84
+RUN_DEPENDS=	${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets
 
 NO_BUILD=	yes
-USE_REINPLACE=	yes
+USE_BZIP2=	yes
+USE_TK=		84
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
-PORTDOCS=	BUGS COPYING CREDITS LICENSE README-General
+PORTDOCS=	AUTHORS COPYING CREDITS LICENSE README-General
 MAN1=		redet.1
 PLIST_FILES=	bin/redet
 
 post-patch:
-	@${REINPLACE_CMD} -e 's/wish/wish8.4/' ${WRKSRC}/redet.tcl
+	@${REINPLACE_CMD} -e "s@exec wish@exec ${WISH}@" ${WRKSRC}/redet.tcl
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/redet.tcl ${PREFIX}/bin/redet
-	${INSTALL_DATA} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1/
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
-. for doc in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
-. endfor
+	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/textproc/redet/distinfo redet/distinfo
--- /usr/ports/textproc/redet/distinfo	Tue Jan 24 06:10:13 2006
+++ redet/distinfo	Sun Apr 16 14:09:57 2006
@@ -1,3 +1,3 @@
-MD5 (redet-7.3.tar.gz) = 3aaf9c982230a9ca579a3256b88c666b
-SHA256 (redet-7.3.tar.gz) = 379c6cea8a6e06cae05fbf4597fd9f6b7365a27984a90f2faa171097086f7804
-SIZE (redet-7.3.tar.gz) = 148500
+MD5 (redet-8.10.tar.bz2) = 443a9ce215ff622730cdb6d90b767b91
+SHA256 (redet-8.10.tar.bz2) = 6e005d5276c3c52fde67fec7cafe250503e70153738642188932abdead741f55
+SIZE (redet-8.10.tar.bz2) = 165938
--- redet.diff ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44421bac.17dc1125.562a.ffffc1e1>