Bug 183567 - deskutils/mencal: Update to version 3.0
Summary: deskutils/mencal: Update to version 3.0
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-01 18:40 UTC by tkato432
Modified: 2013-11-02 14:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.45 KB, patch)
2013-11-01 18:40 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-11-01 18:40:04 UTC
- Update to version 3.0

New file:
pkg-plist
Comment 1 William Grzybowski freebsd_committer freebsd_triage 2013-11-02 12:20:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wg

I'll take it.
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-11-02 14:17:49 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-11-02 14:17:58 UTC
Author: wg
Date: Sat Nov  2 14:17:45 2013
New Revision: 332485
URL: http://svnweb.freebsd.org/changeset/ports/332485

Log:
  deskutils/mencal: update to 3.0
  
  - Update to 3.0
  - Remove leading article from COMMENT
  - Allow staging
  - USES shebangfix
  
  PR:		ports/183567
  Submitted by:	KATO Tsuguru <tkato432 yahoo.com>

Modified:
  head/deskutils/mencal/Makefile
  head/deskutils/mencal/distinfo

Modified: head/deskutils/mencal/Makefile
==============================================================================
--- head/deskutils/mencal/Makefile	Sat Nov  2 13:59:11 2013	(r332484)
+++ head/deskutils/mencal/Makefile	Sat Nov  2 14:17:45 2013	(r332485)
@@ -2,27 +2,24 @@
 # $FreeBSD$
 
 PORTNAME=	mencal
-PORTVERSION=	2.4
+PORTVERSION=	3.0
 CATEGORIES=	deskutils
 MASTER_SITES=	http://kyberdigi.cz/projects/mencal/files/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A variation of the unix command cal
+COMMENT=	Simple variation of the unix command cal
 
 LICENSE=	GPLv2
 
 NO_BUILD=	yes
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	${PORTNAME}
 USE_PERL5=	run
 
 PLIST_FILES=	bin/mencal
 
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e '/^#!/s|/.*|${PERL} -w|' ${WRKSRC}/${PORTNAME}
-
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/mencal ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>

Modified: head/deskutils/mencal/distinfo
==============================================================================
--- head/deskutils/mencal/distinfo	Sat Nov  2 13:59:11 2013	(r332484)
+++ head/deskutils/mencal/distinfo	Sat Nov  2 14:17:45 2013	(r332485)
@@ -1,2 +1,2 @@
-SHA256 (mencal-2.4.tar.gz) = dcb603fcfb36f5bdce69e22ff52ff12b953de08531392d94557c29e5de492c69
-SIZE (mencal-2.4.tar.gz) = 19191
+SHA256 (mencal-3.0.tar.gz) = 9328d0b2f3f57847e8753c5184531f4832be7123d1b6623afdff892074c03080
+SIZE (mencal-3.0.tar.gz) = 19560
_______________________________________________
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"