1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Update to 2.5.1

- Add support for omitting examples installation

PR:		ports/121909
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
This commit is contained in:
Beech Rintoul 2008-03-24 19:07:24 +00:00
parent 93ecb72dce
commit 3d9eec010e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209708
3 changed files with 1026 additions and 1027 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= yahoo
PORTVERSION= 2.5.0
PORTVERSION= 2.5.1
CATEGORIES= www
MASTER_SITES= SF
MASTER_SITE_SUBDIR= yui
@ -68,6 +68,8 @@ post-install:
@cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
@${CP} ${WRKSRC}/README ${DOCSDIR}
.endif
.if !defined(NOPORTEXAMPLES)
@cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (yui_2.5.0.zip) = 85d26357f8413de437318a9e2333dfce
SHA256 (yui_2.5.0.zip) = c42d12fb2008888fb89ee01a406576bf18e55768ed3843cf753fafd7eb4ebbac
SIZE (yui_2.5.0.zip) = 9276430
MD5 (yui_2.5.1.zip) = 7416914904daa7d953583483db67609c
SHA256 (yui_2.5.1.zip) = a87d3596c5bde3c1f5ca3f6a3956e5d38ffeb0aa36f4e032e213a353a0b201d9
SIZE (yui_2.5.1.zip) = 9287362

File diff suppressed because it is too large Load Diff