mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
security/ssl-admin: Fetch from GitHub
In addition to fetching from GitHub the order of definitions in the port Makefile has been normalized, @sample tags are now used in the pkg-plist file, and the BSD3CLAUSE style LICENSE file is included in the generated package. Approved by: ecrist@secure-computing.net (maintainer)
This commit is contained in:
parent
edae8a1c04
commit
f67a898c70
3 changed files with 17 additions and 8 deletions
|
@ -1,26 +1,34 @@
|
||||||
# Created by: Eric Crist <ecrist@secure-computing.net>
|
# Created by: Eric Crist <ecrist@secure-computing.net>
|
||||||
|
|
||||||
PORTNAME= ssl-admin
|
PORTNAME= ssl-admin
|
||||||
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.2.1
|
DISTVERSION= 1.2.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ftp://ftp.secure-computing.net/pub/FreeBSD/ports/ssl-admin/ \
|
|
||||||
ftp://ftp2.secure-computing.net/pub/FreeBSD/ports/ssl-admin/
|
|
||||||
|
|
||||||
MAINTAINER= ecrist@secure-computing.net
|
MAINTAINER= ecrist@secure-computing.net
|
||||||
COMMENT= OpenSSL certificate manager with OpenVPN support
|
COMMENT= OpenSSL certificate manager with OpenVPN support
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
LICENSE_FILE= ${WRKSRC}/../LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= zip:archivers/zip
|
RUN_DEPENDS= zip:archivers/zip
|
||||||
|
|
||||||
USES= perl5 shebangfix tar:xz
|
USES= perl5 shebangfix tar:xz
|
||||||
SHEBANG_FILES= ssl-admin
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= ecrist
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
|
|
||||||
|
SHEBANG_FILES= ssl-admin
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
SUB_FILES= pkg-message
|
|
||||||
MAKE_ENV= ETCDIR=${PREFIX}/etc BINDIR=${PREFIX}/bin \
|
MAKE_ENV= ETCDIR=${PREFIX}/etc BINDIR=${PREFIX}/bin \
|
||||||
MANDIR=${MANPREFIX}/man
|
MANDIR=${MANPREFIX}/man
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
SUB_FILES= pkg-message
|
||||||
|
|
||||||
|
WRKSRC_SUBDIR= perl
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|`which sed`|${SED}|' ${WRKSRC}/configure
|
${REINPLACE_CMD} -e 's|`which sed`|${SED}|' ${WRKSRC}/configure
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
SHA256 (ssl-admin-1.2.1.tar.xz) = ebe6667c1beb79c7a12400e8a19bb4ec9f78ea7f72e0363d1eb10ed7f4b357ba
|
TIMESTAMP = 1631537220
|
||||||
SIZE (ssl-admin-1.2.1.tar.xz) = 12130
|
SHA256 (ecrist-ssl-admin-v1.2.1_GH0.tar.gz) = 7afeb320398a3ef6474b1db446ba0115297401d205da8dc44165c1e1d0e05557
|
||||||
|
SIZE (ecrist-ssl-admin-v1.2.1_GH0.tar.gz) = 33769
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/ssl-admin
|
bin/ssl-admin
|
||||||
%%ETCDIR%%/openssl.conf.sample
|
@sample %%ETCDIR%%/openssl.conf.sample
|
||||||
%%ETCDIR%%/ssl-admin.conf.sample
|
@sample %%ETCDIR%%/ssl-admin.conf.sample
|
||||||
man/man1/ssl-admin.1.gz
|
man/man1/ssl-admin.1.gz
|
||||||
man/man5/ssl-admin.conf.5.gz
|
man/man5/ssl-admin.conf.5.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue