Bug 179485 - [UPDATE] deskutils/wyrd
Summary: [UPDATE] deskutils/wyrd
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: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-11 12:40 UTC by Carlo Strub
Modified: 2013-08-21 04:40 UTC (History)
0 users

See Also:


Attachments
file.diff (3.21 KB, patch)
2013-06-11 12:40 UTC, Carlo Strub
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Strub freebsd_committer freebsd_triage 2013-06-11 12:40:00 UTC
- Update to 1.4.6

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-11 12:40:07 UTC
Maintainer of deskutils/wyrd,

Please note that PR ports/179485 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/179485

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-06-11 12:40:08 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Carlo Strub freebsd_committer freebsd_triage 2013-06-11 19:04:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->cs

I'll take it.
Comment 4 Carlo Strub freebsd_committer freebsd_triage 2013-07-29 20:29:55 UTC
I think you did send me a patch some time ago for wyrd but I lost it. Would=
 you mind resending it.

Cheers,
Carlo

--
Carlo Strub
Ports committer

pub   3072R/D06F0BD7 2012-11-25 [expires: 2017-11-24]
      Key fingerprint =3D 61A4 F2B8 2A6C B81E 5557  0798 78E7 DE70 D06F 0BD7
uid                  Carlo Strub <cs@carlostrub.ch>
uid                  Carlo Strub <cs@FreeBSD.org>
sub   3072R/71C75997 2012-11-25 [expires: 2017-11-24]
sub   3072R/318AEB16 2012-11-25 [expires: 2017-11-24]
--=
Comment 5 Herbert J. Skuhra 2013-07-29 22:14:51 UTC
Hi,

the patch in the PR is OK. Please commit.

Thanks.

-- 
Herbert


On Mon, 29 Jul 2013 21:29:55 +0200
Carlo Strub wrote:

> I think you did send me a patch some time ago for wyrd but I lost it. Would you mind resending it.
> 
> Cheers,
> Carlo
> 
> --
> Carlo Strub
> Ports committer
> 
> pub   3072R/D06F0BD7 2012-11-25 [expires: 2017-11-24]
>       Key fingerprint = 61A4 F2B8 2A6C B81E 5557  0798 78E7 DE70 D06F 0BD7
> uid                  Carlo Strub <cs@carlostrub.ch>
> uid                  Carlo Strub <cs@FreeBSD.org>
> sub   3072R/71C75997 2012-11-25 [expires: 2017-11-24]
> sub   3072R/318AEB16 2012-11-25 [expires: 2017-11-24]
> --
Comment 6 dfilter service freebsd_committer freebsd_triage 2013-08-21 04:32:55 UTC
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/
_______________________________________________
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 7 Alexey Dokuchaev freebsd_committer freebsd_triage 2013-08-21 04:34:32 UTC
State Changed
From-To: feedback->closed

Thanks for your submission!  As part of the effort to fix -jX builds through 
the Ports Tree, I've integrated my work-in-progress with the update, and had 
committed r325085 (with some minor non-functional modifications and cleanups).