Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2013 14:17:45 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332485 - head/deskutils/mencal
Message-ID:  <201311021417.rA2EHjs0003160@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311021417.rA2EHjs0003160>