Bug 186494 - upgrade ports/deskutil/when to 1.31
Summary: upgrade ports/deskutil/when to 1.31
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-05 20:00 UTC by Stuart Barkley
Modified: 2014-02-11 08:10 UTC (History)
0 users

See Also:


Attachments
file.diff (794 bytes, patch)
2014-02-05 20:00 UTC, Stuart Barkley
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Barkley 2014-02-05 20:00:01 UTC
Patch enclosed to update deskutils/when to current version.

distfile (http://www.lightandmatter.com/when/when.tar.gz) will need to be renamed and uploaded to appropriate location.

Fix: Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2014-02-06 06:19:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-02-11 08:02:12 UTC
Author: culot
Date: Tue Feb 11 08:02:03 2014
New Revision: 343722
URL: http://svnweb.freebsd.org/changeset/ports/343722
QAT: https://qat.redports.org/buildarchive/r343722/

Log:
  - Update to 1.1.31 [1]
  - Support staging
  - Add LICENSE (Artistic 1 & GPL 1)
  
  PR:		ports/186494 [1]
  Submitted by:	Stuart Barkley <stuartb@4gh.net>

Added:
  head/deskutils/when/pkg-plist   (contents, props changed)
Modified:
  head/deskutils/when/Makefile
  head/deskutils/when/distinfo

Modified: head/deskutils/when/Makefile
==============================================================================
--- head/deskutils/when/Makefile	Tue Feb 11 07:54:11 2014	(r343721)
+++ head/deskutils/when/Makefile	Tue Feb 11 08:02:03 2014	(r343722)
@@ -2,24 +2,25 @@
 # $FreeBSD$
 
 PORTNAME=	when
-PORTVERSION=	1.1.22
+PORTVERSION=	1.1.31
 CATEGORIES=	deskutils
 MASTER_SITES=	LOCAL/culot
 
 MAINTAINER=	culot@FreeBSD.org
 COMMENT=	Simple personal calendar
 
-USES=		perl5
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USES=		perl5 shebangfix
 USE_PERL5=	run
 NO_BUILD=	yes
-PLIST_FILES=	bin/${PORTNAME}
-MAN1=		${PORTNAME}.1
+SHEBANGFILES=	when
 
 WRKSRC=		${WRKDIR}/${PORTNAME}_dist
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-	@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
+	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+	@${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
 
 .include <bsd.port.mk>

Modified: head/deskutils/when/distinfo
==============================================================================
--- head/deskutils/when/distinfo	Tue Feb 11 07:54:11 2014	(r343721)
+++ head/deskutils/when/distinfo	Tue Feb 11 08:02:03 2014	(r343722)
@@ -1,2 +1,2 @@
-SHA256 (when-1.1.22.tar.gz) = ceba61724a1685529319fe379e0c14a9226f3bf4f60b499169fe11bf3eaec71d
-SIZE (when-1.1.22.tar.gz) = 47096
+SHA256 (when-1.1.31.tar.gz) = 5b76a660bc234e53d19a1ba6024364394ee57e8b843acc5e43d73be091a8e49b
+SIZE (when-1.1.31.tar.gz) = 47113

Added: head/deskutils/when/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/deskutils/when/pkg-plist	Tue Feb 11 08:02:03 2014	(r343722)
@@ -0,0 +1,2 @@
+bin/when
+man/man1/when.1.gz
_______________________________________________
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 Frederic Culot freebsd_committer freebsd_triage 2014-02-11 08:02:20 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!