diff options
author | edwin <edwin@FreeBSD.org> | 2008-08-15 00:03:17 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-08-15 00:03:17 +0000 |
commit | 758c792fe99126e3f3680f31aa0b230507f25806 (patch) | |
tree | 9a00b7be6632cdd88093a1d14380132b4b34617a /editors | |
parent | 24f6686aa841f9d6ec3ff473fd0469f665d5789b (diff) | |
download | FreeBSD-ports-758c792fe99126e3f3680f31aa0b230507f25806.zip FreeBSD-ports-758c792fe99126e3f3680f31aa0b230507f25806.tar.gz |
update editors/yui up to latest release
This port updates editors/yui up to latest release. Also
it changes download location - from our corporate site to
my hosting also as friendly sites. In source, yui takes one
patch, which (as said their author) unbreaks build on 64-bit
archs. This patch was done NOT by me.
PR: ports/126401
Submitted by: "Rashid N. \"CityCat\" Achilov" <citycat4@ngs.ru>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yui/Makefile | 12 | ||||
-rw-r--r-- | editors/yui/distinfo | 6 | ||||
-rw-r--r-- | editors/yui/pkg-plist | 1 |
3 files changed, 9 insertions, 10 deletions
diff --git a/editors/yui/Makefile b/editors/yui/Makefile index 3a3d656..2d5616e 100644 --- a/editors/yui/Makefile +++ b/editors/yui/Makefile @@ -6,10 +6,12 @@ # PORTNAME= yui -PORTVERSION= 3.2.03 +PORTVERSION= 3.2.04 PORTREVISION= 1 CATEGORIES= editors -MASTER_SITES= http://www.askd.ru/~shelton/fileZ/ +MASTER_SITES= http://openoffice.mirahost.ru/fileZ/software/ \ + http://citycat4.land.ru/ \ + http://myooo.ru/FreeBSD/ MAINTAINER= citycat4@ngs.ru COMMENT= Rich-featured multi-windows console text editor @@ -21,16 +23,12 @@ MAN1= y.1 .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" || ${ARCH} == "amd64" || ${ARCH} == "sparc64" -BROKEN= Does not compile on 64-bit arch -.endif - post-install: ${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK +.for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif diff --git a/editors/yui/distinfo b/editors/yui/distinfo index 11d7c2c..d7399b2 100644 --- a/editors/yui/distinfo +++ b/editors/yui/distinfo @@ -1,3 +1,3 @@ -MD5 (yui-3.2.03.tar.bz2) = 82da5487583a1b6d6d98751770ee2f18 -SHA256 (yui-3.2.03.tar.bz2) = 289129d617d0367cd83196e19ed6e45a77ddc8fb68e81c062d51615c6eb8b20f -SIZE (yui-3.2.03.tar.bz2) = 734419 +MD5 (yui-3.2.04.tar.bz2) = d0d6af766ccfc1f80068e847408bad6b +SHA256 (yui-3.2.04.tar.bz2) = 9242948f6325918a59a479a637c9058502bbee867f18dfd3d1e6b40b73bb0074 +SIZE (yui-3.2.04.tar.bz2) = 736762 diff --git a/editors/yui/pkg-plist b/editors/yui/pkg-plist index e0d3c9a..cf6cd60 100644 --- a/editors/yui/pkg-plist +++ b/editors/yui/pkg-plist @@ -13,5 +13,6 @@ lib/yui/yhelp.html %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT.ITK %%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/THANKS %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/yui |