mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/alfio: Update to 0.3
PR: 243452 Submitted by: salvadore (maintainer)
This commit is contained in:
parent
e26f5376a2
commit
accc349d43
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523636
3 changed files with 13 additions and 7 deletions
|
@ -1,10 +1,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= alfio
|
PORTNAME= alfio
|
||||||
PORTVERSION= 0.2
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 1
|
DISTVERSION= 0.3
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= salvadore@FreeBSD.org
|
MAINTAINER= salvadore@FreeBSD.org
|
||||||
COMMENT= Services manager to choose which services start at boot time
|
COMMENT= Services manager to choose which services start at boot time
|
||||||
|
@ -12,12 +11,19 @@ COMMENT= Services manager to choose which services start at boot time
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= lsalvadore
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
PLIST_FILES= etc/rc.d/alfio \
|
PLIST_FILES= etc/rc.d/alfio \
|
||||||
man/man8/alfio.8.gz
|
man/man8/alfio.8.gz
|
||||||
|
|
||||||
|
do-patch:
|
||||||
|
${REINPLACE_CMD} s,%%LOCALBASE%%,${LOCALBASE},g ${WRKSRC}/alfio
|
||||||
|
${REINPLACE_CMD} s,%%LOCALBASE%%,${LOCALBASE},g ${WRKSRC}/alfio.8
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKSRC}/alfio ${STAGEDIR}${PREFIX}/etc/rc.d
|
${INSTALL_SCRIPT} ${WRKSRC}/alfio ${STAGEDIR}${PREFIX}/etc/rc.d
|
||||||
${INSTALL_MAN} ${WRKSRC}/alfio.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
|
${INSTALL_MAN} ${WRKSRC}/alfio.8 ${STAGEDIR}${MAN8PREFIX}/man/man8
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1562408517
|
TIMESTAMP = 1579542527
|
||||||
SHA256 (alfio-0.2.tar.gz) = dcef5afdda5b7ad0a9c7e93d61a67ddf808f93ce713016eb193d58586f47af4a
|
SHA256 (lsalvadore-alfio-v0.3_GH0.tar.gz) = 4ac6ded119c70ab82b5553e6a88c83eba0716f042f5cd98ac700c360e5fff512
|
||||||
SIZE (alfio-0.2.tar.gz) = 2862
|
SIZE (lsalvadore-alfio-v0.3_GH0.tar.gz) = 3290
|
||||||
|
|
|
@ -13,4 +13,4 @@ configuration.
|
||||||
|
|
||||||
Read the man page (man alfio) to learn how to use it.
|
Read the man page (man alfio) to learn how to use it.
|
||||||
|
|
||||||
WWW: https://sourceforge.net/projects/alfio
|
WWW: https://github.com/lsalvadore/alfio
|
||||||
|
|
Loading…
Add table
Reference in a new issue