diff options
author | danfe <danfe@FreeBSD.org> | 2013-08-21 11:32:47 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-08-21 11:32:47 +0800 |
commit | f79102a13497427357c3d2d77259a8dca760186a (patch) | |
tree | 4b12e01207d7ac7754b60dbc31d1e9a6a0caf0ec /deskutils | |
parent | 5b3a786769c58ca7b3d6c9a314febb566fa74cb2 (diff) | |
download | freebsd-ports-gnome-f79102a13497427357c3d2d77259a8dca760186a.tar.gz freebsd-ports-gnome-f79102a13497427357c3d2d77259a8dca760186a.tar.zst freebsd-ports-gnome-f79102a13497427357c3d2d77259a8dca760186a.zip |
- 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)
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/wyrd/Makefile | 32 | ||||
-rw-r--r-- | deskutils/wyrd/distinfo | 4 | ||||
-rw-r--r-- | deskutils/wyrd/files/patch-Makefile.in | 15 | ||||
-rw-r--r-- | deskutils/wyrd/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/wyrd/pkg-plist | 5 |
5 files changed, 18 insertions, 44 deletions
diff --git a/deskutils/wyrd/Makefile b/deskutils/wyrd/Makefile index dfb5e5753f28..d556622ce4fc 100644 --- a/deskutils/wyrd/Makefile +++ b/deskutils/wyrd/Makefile @@ -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> diff --git a/deskutils/wyrd/distinfo b/deskutils/wyrd/distinfo index f56149f9486d..598a6010157c 100644 --- a/deskutils/wyrd/distinfo +++ b/deskutils/wyrd/distinfo @@ -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 diff --git a/deskutils/wyrd/files/patch-Makefile.in b/deskutils/wyrd/files/patch-Makefile.in deleted file mode 100644 index 5f1c5182d173..000000000000 --- a/deskutils/wyrd/files/patch-Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.bak 2010-12-04 11:30:55.000000000 +0100 -+++ Makefile.in 2010-12-04 11:31:19.000000000 +0100 -@@ -91,10 +91,10 @@ - - - $(CURSES_CMA): -- make -C curses byte -+ $(MAKE) -C curses byte - - $(CURSES_CMXA): -- make -C curses opt -+ $(MAKE) -C curses opt - - - # installation diff --git a/deskutils/wyrd/pkg-descr b/deskutils/wyrd/pkg-descr index 8512cd5c7d97..156aeb109f0a 100644 --- a/deskutils/wyrd/pkg-descr +++ b/deskutils/wyrd/pkg-descr @@ -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 time is negligible, UI navigation is 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/ diff --git a/deskutils/wyrd/pkg-plist b/deskutils/wyrd/pkg-plist deleted file mode 100644 index 14be258f46bc..000000000000 --- a/deskutils/wyrd/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -bin/wyrd -etc/wyrdrc -%%PORTDOCS%%%%DOCSDIR%%/manual.html -%%PORTDOCS%%%%DOCSDIR%%/manual.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%% |