diff options
author | Andrey Slusar <anray@FreeBSD.org> | 2006-04-30 21:15:29 +0000 |
---|---|---|
committer | Andrey Slusar <anray@FreeBSD.org> | 2006-04-30 21:15:29 +0000 |
commit | b603b300db431a5733b9605045aab0241aacad34 (patch) | |
tree | 7c539fc3308a8bbb03d538c0682b5382b5c74f93 /textproc/redet | |
parent | 8c90d7dde3faf48115622e3f2c24641ec0b5f9ed (diff) |
Notes
Diffstat (limited to 'textproc/redet')
-rw-r--r-- | textproc/redet/Makefile | 26 | ||||
-rw-r--r-- | textproc/redet/distinfo | 6 |
2 files changed, 16 insertions, 16 deletions
diff --git a/textproc/redet/Makefile b/textproc/redet/Makefile index 995530541219..66e45ef8f8b0 100644 --- a/textproc/redet/Makefile +++ b/textproc/redet/Makefile @@ -6,37 +6,37 @@ # PORTNAME= redet -PORTVERSION= 7.3 -PORTREVISION= 1 +PORTVERSION= 8.10 CATEGORIES= textproc tk84 -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= http://bsd1.csme.ru/myports/ \ + http://bsd2.csme.ru/myports/ \ + http://bsd3.csme.ru/myports/ \ + ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vsevolod -MAINTAINER= ports@FreeBSD.org +MAINTAINER= infofarmer@gmail.com COMMENT= Visual regexp constructors with many regexp types support -RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ - ${LOCALBASE}/lib/iwidgets/iwidgets.tcl:${PORTSDIR}/x11-toolkits/iwidgets +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 --git a/textproc/redet/distinfo b/textproc/redet/distinfo index 48085e24186b..cb7e94ba8519 100644 --- a/textproc/redet/distinfo +++ b/textproc/redet/distinfo @@ -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 |