mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/sakisafecli: Update to 2.5.1
- Update WWW project url - Update license - USe PLIST_FILES instead of pkg-plist ChangeLog: https://github.com/rfc-2549/sakisafe/compare/2.2.1...v2.5.1 PR: 272933 Approved by: maintainer timeout
This commit is contained in:
parent
e99a8a1e86
commit
b608f8d0f9
@ -1,22 +1,29 @@
|
|||||||
PORTNAME= sakisafe
|
PORTNAME= sakisafe
|
||||||
DISTVERSION= 2.2.1
|
DISTVERSIONPREFIX= v
|
||||||
PORTREVISION= 1
|
DISTVERSION= 2.5.1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://git.qorg11.net/sakisafe.git/snapshot/
|
|
||||||
|
|
||||||
MAINTAINER= teru-sama@riseup.net
|
MAINTAINER= teru-sama@riseup.net
|
||||||
COMMENT= Client for many file-sharing websites
|
COMMENT= Client for many file-sharing websites
|
||||||
|
WWW= https://github.com/rfc-2549/sakisafe
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= BSD2CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
LIB_DEPENDS= libconfig.so:devel/libconfig \
|
LIB_DEPENDS= libconfig.so:devel/libconfig \
|
||||||
libcurl.so:ftp/curl \
|
libcurl.so:ftp/curl \
|
||||||
libnghttp2.so:www/libnghttp2
|
libnghttp2.so:www/libnghttp2
|
||||||
|
|
||||||
USES= localbase ssl
|
USES= localbase ssl
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= rfc-2549
|
||||||
|
|
||||||
CFLAGS+= -fPIC
|
CFLAGS+= -fPIC
|
||||||
|
|
||||||
|
PLIST_FILES= bin/sakisafecli \
|
||||||
|
share/man/man1/sakisafecli.1.gz \
|
||||||
|
share/man/man5/sakisafeclirc.5.gz
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/sakisafecli/sakisafecli ${STAGEDIR}${PREFIX}/bin/sakisafecli
|
${INSTALL_PROGRAM} ${WRKSRC}/sakisafecli/sakisafecli ${STAGEDIR}${PREFIX}/bin/sakisafecli
|
||||||
${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafecli.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
${INSTALL_MAN} ${WRKSRC}/sakisafecli/sakisafecli.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1656165354
|
TIMESTAMP = 1727962239
|
||||||
SHA256 (sakisafe-2.2.1.tar.gz) = 84aefdb9ef43a1002d4e4def548ca2c33c2f15920a20de11ede9b5d1310a18dc
|
SHA256 (rfc-2549-sakisafe-v2.5.1_GH0.tar.gz) = fb833b1200e6ae24e5776c7c32097b4163f92a2b6f43ff2def1dff712c901a3f
|
||||||
SIZE (sakisafe-2.2.1.tar.gz) = 131611
|
SIZE (rfc-2549-sakisafe-v2.5.1_GH0.tar.gz) = 122374
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
bin/sakisafecli
|
|
||||||
share/man/man1/sakisafecli.1.gz
|
|
||||||
share/man/man5/sakisafeclirc.5.gz
|
|
Loading…
Reference in New Issue
Block a user