Date: Wed, 21 Aug 2013 03:32:47 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325085 - in head/deskutils/wyrd: . files Message-ID: <201308210332.r7L3WlPn027246@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Aug 21 03:32:47 2013 New Revision: 325085 URL: http://svnweb.freebsd.org/changeset/ports/325085 Log: - Update to version 1.4.6, which fixed a parallel build race condition resulting from integration of upstream ocaml-curses - Get rid of indefinite article in COMMENT, convert USE_GMAKE - Convert pkg-plist into PLIST_FILES and PORTDOCS - Add missing DOCS to OPTIONS_DEFINE, utilize new options helper - Fix minor formatting glitch and adjust WWW line in port description Reported by: marino Approved by: miwi, bapt (portmgr, implicit) PR: ports/179485 Submitted by: cs Approved by: maintainer (version update) Deleted: head/deskutils/wyrd/files/patch-Makefile.in head/deskutils/wyrd/pkg-plist Modified: head/deskutils/wyrd/Makefile head/deskutils/wyrd/distinfo head/deskutils/wyrd/pkg-descr Modified: head/deskutils/wyrd/Makefile ============================================================================== --- head/deskutils/wyrd/Makefile Wed Aug 21 03:03:05 2013 (r325084) +++ head/deskutils/wyrd/Makefile Wed Aug 21 03:32:47 2013 (r325085) @@ -2,45 +2,39 @@ # $FreeBSD$ PORTNAME= wyrd -PORTVERSION= 1.4.5 +PORTVERSION= 1.4.6 CATEGORIES= deskutils MASTER_SITES= http://pessimization.com/software/wyrd/ MAINTAINER= h.skuhra@gmail.com -COMMENT= A curses front end to remind - -BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlc:${PORTSDIR}/lang/ocaml -RUN_DEPENDS= ${LOCALBASE}/bin/remind:${PORTSDIR}/deskutils/remind +COMMENT= Text-based front-end to Remind LICENSE= GPLv2 -OPTIONS_DEFINE= UTF8 +BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +RUN_DEPENDS= remind:${PORTSDIR}/deskutils/remind +USES= gmake ncurses GNU_CONFIGURE= yes -USES= ncurses -USE_GMAKE= yes -MAN1= wyrd.1 -MAN5= wyrdrc.5 +MAN1= wyrd.1 +MAN5= wyrdrc.5 +PLIST_FILES= bin/wyrd etc/wyrdrc +PORTDOCS= manual.html manual.pdf -.include <bsd.port.options.mk> +OPTIONS_DEFINE= UTF8 DOCS +UTF8_CONFIGURE_ENABLE= utf8 -.if ${PORT_OPTIONS:MUTF8} -CONFIGURE_ARGS+=--enable-utf8 -.else -CONFIGURE_ARGS+=--disable-utf8 -.endif +.include <bsd.port.options.mk> do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wyrd.opt ${PREFIX}/bin/wyrd ${INSTALL_DATA} ${WRKSRC}/wyrdrc ${PREFIX}/etc/wyrdrc ${INSTALL_MAN} ${WRKSRC}/doc/wyrd.1 ${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/wyrdrc.5 ${MAN5PREFIX}/man/man5 - .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DOCSDIR}/ + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR} .endif .include <bsd.port.mk> Modified: head/deskutils/wyrd/distinfo ============================================================================== --- head/deskutils/wyrd/distinfo Wed Aug 21 03:03:05 2013 (r325084) +++ head/deskutils/wyrd/distinfo Wed Aug 21 03:32:47 2013 (r325085) @@ -1,2 +1,2 @@ -SHA256 (wyrd-1.4.5.tar.gz) = c8844d85767b3b9cc9ce4f430e0ef83ba29d96c630f03c508eab5ab86204137b -SIZE (wyrd-1.4.5.tar.gz) = 398294 +SHA256 (wyrd-1.4.6.tar.gz) = b2b51d6fb38f8b8b3ec30ee72093f791ba9b6fe35418191bc2011d2c8079997e +SIZE (wyrd-1.4.6.tar.gz) = 425829 Modified: head/deskutils/wyrd/pkg-descr ============================================================================== --- head/deskutils/wyrd/pkg-descr Wed Aug 21 03:03:05 2013 (r325084) +++ head/deskutils/wyrd/pkg-descr Wed Aug 21 03:32:47 2013 (r325085) @@ -1,7 +1,7 @@ Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarm program. Remind's power lies in its programmability, and Wyrd does not hide -this capability behind flashy GUI dialogs. Rather, Wyrd is designed to make you -more efficient at editing your reminder files directly. It also offers a +this capability behind flashy GUI dialogs. Rather, Wyrd is designed to make +you more efficient at editing your reminder files directly. It also offers a scrollable timetable suitable for visualizing your schedule at a glance. Unlike most of the calendar applications available today, Wyrd is designed to @@ -9,4 +9,4 @@ be both lightweight and fast. Startup ti instantaneous, and the wyrd process typically consumes less than 2MB of resident memory. -WWW: http://pessimization.com/software/wyrd/ +WWW: http://pessimization.com/software/wyrd/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308210332.r7L3WlPn027246>