Bug 177228 - new version of editors/yui
Summary: new version of editors/yui
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Pawel Pekala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-22 09:40 UTC by Rashid N. "Citycat" Achilov
Modified: 2013-03-28 16:40 UTC (History)
0 users

See Also:


Attachments
file.shar (3.16 KB, text/plain)
2013-03-22 09:40 UTC, Rashid N. "Citycat" Achilov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rashid N. "Citycat" Achilov 2013-03-22 09:40:00 UTC
This is a updated version of a editors/yui port, which up it to version 3.2.06

Fix: Patch attached with submission follows:
Comment 1 Pawel Pekala freebsd_committer freebsd_triage 2013-03-28 15:48:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pawel

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-03-28 16:35:27 UTC
Author: pawel
Date: Thu Mar 28 16:35:19 2013
New Revision: 315488
URL: http://svnweb.freebsd.org/changeset/ports/315488

Log:
  - Update to version 3.2.06 [1]
  - Fix spelling error in pkg-descr
  - Trim Makefile header
  
  PR:		ports/177228 [1]
  Submitted by:	Rashid N. Achilov <citycat4@ngs.ru> (maintainer)

Modified:
  head/editors/yui/Makefile   (contents, props changed)
  head/editors/yui/distinfo   (contents, props changed)
  head/editors/yui/pkg-descr   (contents, props changed)
  head/editors/yui/pkg-plist   (contents, props changed)

Modified: head/editors/yui/Makefile
==============================================================================
--- head/editors/yui/Makefile	Thu Mar 28 16:28:59 2013	(r315487)
+++ head/editors/yui/Makefile	Thu Mar 28 16:35:19 2013	(r315488)
@@ -1,23 +1,21 @@
-# New ports collection makefile for:   yui
-# Date created:                19 Mar 2007
-# Whom:                        Rashid N. Achilov <citycat4@ngs.ru>
-#
+# Created by: Rashid N. Achilov <citycat4@ngs.ru>
 # $FreeBSD$
-#
 
 PORTNAME=	yui
-PORTVERSION=	3.2.04
-PORTREVISION=	2
+PORTVERSION=	3.2.06
 CATEGORIES=	editors
-MASTER_SITES=	http://openoffice.mirahost.ru/fileZ/software/ \
-		http://citycat4.land.ru/ \
-		http://myooo.ru/FreeBSD/
+MASTER_SITES=	http://www.sheltonsoft.ru/fileZ/software/ \
+		http://www.askd.ru/~shelton/design/
 
 MAINTAINER=	citycat4@ngs.ru
 COMMENT=	Rich-featured multi-windows console text editor
 
 USE_BZIP2=	yes
-USE_AUTOTOOLS=	autoconf
+USE_AUTOTOOLS=	autoconf aclocal
+
+ACLOCAL_ARGS+=	-I m4
+
+MAKE_ENV+=	LIBPATH=${PREFIX}/lib
 
 MAN1=		y.1
 
@@ -30,11 +28,14 @@ BROKEN=		Does not compile on sparc64
 post-install:
 	${LN} -sf ${PREFIX}/lib/yui/help_eng.html ${PREFIX}/lib/yui/yhelp.html
 
-.if !defined(NOPORTDOCS)
+.if $(PORT_OPTIONS:MDOCS)
+
 	@${MKDIR} ${DOCSDIR}
+
 .for file in BUGS CHANGES COPYRIGHT TODO COPYRIGHT.ITK THANKS
 	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
+
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/editors/yui/distinfo
==============================================================================
--- head/editors/yui/distinfo	Thu Mar 28 16:28:59 2013	(r315487)
+++ head/editors/yui/distinfo	Thu Mar 28 16:35:19 2013	(r315488)
@@ -1,2 +1,2 @@
-SHA256 (yui-3.2.04.tar.bz2) = 9242948f6325918a59a479a637c9058502bbee867f18dfd3d1e6b40b73bb0074
-SIZE (yui-3.2.04.tar.bz2) = 736762
+SHA256 (yui-3.2.06.tar.bz2) = 4bfae3abf7d68ce2b11a17643346fe20a6770686c5b285f12f47a85ba568617d
+SIZE (yui-3.2.06.tar.bz2) = 736482

Modified: head/editors/yui/pkg-descr
==============================================================================
--- head/editors/yui/pkg-descr	Thu Mar 28 16:28:59 2013	(r315487)
+++ head/editors/yui/pkg-descr	Thu Mar 28 16:35:19 2013	(r315488)
@@ -1,5 +1,5 @@
-y is a multi-windowed console text editor, primarly intended for program-
-mers and system administrators.
+y is a multi-windowed console text editor, primarily intended for
+programmers and system administrators.
 
 y main features is:
       -   Multi-windows interface with up and down menu lines
@@ -7,7 +7,7 @@ y main features is:
       -   Operable window list
       -   Copy/paste between windows
       -   Inter-windows search and replace
-      -   Help window with ablility to browse manual pages and info files
+      -   Help window with ability to browse manual pages and info files
       -   Internal terminal window
       -   Internal GDB interface with ability to set up breakpoints
           inside text window

Modified: head/editors/yui/pkg-plist
==============================================================================
--- head/editors/yui/pkg-plist	Thu Mar 28 16:28:59 2013	(r315487)
+++ head/editors/yui/pkg-plist	Thu Mar 28 16:35:19 2013	(r315488)
@@ -1,4 +1,6 @@
 bin/y
+lib/yui/README
+lib/yui/README.utf8
 lib/yui/colormap
 lib/yui/colortrans
 lib/yui/help_eng.html
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Pawel Pekala freebsd_committer freebsd_triage 2013-03-28 16:36:25 UTC
State Changed
From-To: open->closed

Committed, thanks! Please submit updates in diff -urN format, shar is 
for new ports only.