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>
This commit is contained in:
parent
477f9fa822
commit
563e2f1a98
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218570
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user