mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Update to version 1.14 which works against modern OpenSSL versions
- Correctly register dependency on `devel/argtable' as LIB_DEPENDS - While here: adjust LICENSE, switch to USES+=localbase, install the standard set of documentation files PR: 248168
This commit is contained in:
@@ -2,35 +2,31 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rsyncrypto
|
||||
PORTVERSION= 1.12
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= sysutils net
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= linpct@gmail.com
|
||||
COMMENT= Rsync Friendly File Encryption
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libargtable2.so:devel/argtable
|
||||
LIB_DEPENDS= libargtable2.so:devel/argtable
|
||||
RUN_DEPENDS= rsync:net/rsync
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib/
|
||||
CPPFLAGS+= -I${LOCALBASE}/include/
|
||||
|
||||
USES= gmake localbase ssl tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake ssl
|
||||
|
||||
PLIST_FILES= bin/rsyncrypto \
|
||||
bin/rsyncrypto_recover \
|
||||
man/man1/rsyncrypto.1.gz \
|
||||
man/man1/rsyncrypto_recover.1.gz
|
||||
PORTDOCS= AUTHORS ChangeLog NEWS README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
BROKEN_FreeBSD_12= member access into incomplete type 'RSA' (aka 'rsa_st')
|
||||
BROKEN_FreeBSD_13= member access into incomplete type 'RSA' (aka 'rsa_st')
|
||||
.endif
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
SHA256 (rsyncrypto-1.12.tar.gz) = 1fbe640af6db598e105d9e9554cddce05ed78849f0afa26d4cc8b1e1a2df9ace
|
||||
SIZE (rsyncrypto-1.12.tar.gz) = 420652
|
||||
TIMESTAMP = 1504722542
|
||||
SHA256 (rsyncrypto-1.14.tar.bz2) = 4f1e2605449c7d35b69d77bce95cb652a8ba1a0996b3babd776fcc98a5a7deff
|
||||
SIZE (rsyncrypto-1.14.tar.bz2) = 405166
|
||||
|
||||
Reference in New Issue
Block a user