mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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>
This commit is contained in:
parent
992897319c
commit
d097c93502
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343722
@ -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>
|
||||
|
@ -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
|
||||
|
2
deskutils/when/pkg-plist
Normal file
2
deskutils/when/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/when
|
||||
man/man1/when.1.gz
|
Loading…
Reference in New Issue
Block a user