mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to 0.8.1
PR: 201179 Submitted by: tkato432@yahoo.com Differential Revision:
This commit is contained in:
parent
e7b3cc2a3f
commit
72a2abb73a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390994
2 changed files with 10 additions and 10 deletions
|
@ -2,9 +2,9 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ncrypt
|
PORTNAME= ncrypt
|
||||||
PORTVERSION= 0.8.0
|
PORTVERSION= 0.8.1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION:R}.0
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Advanced AES file encryption tool
|
COMMENT= Advanced AES file encryption tool
|
||||||
|
@ -12,19 +12,19 @@ COMMENT= Advanced AES file encryption tool
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= autoreconf tar:tgz
|
USES= tar:tgz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/ncrypt bin/nrm
|
PLIST_FILES= bin/ncrypt bin/nrm
|
||||||
|
|
||||||
pre-patch:
|
|
||||||
@${RM} ${WRKSRC}/*.m4
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's| getopt.c getopt1.c||' ${WRKSRC}/Makefile.am
|
's|getopt.$$(OBJEXT) || ; \
|
||||||
|
s|getopt1.$$(OBJEXT) || ; \
|
||||||
|
s|getopt.c || ; \
|
||||||
|
s|getopt1.c ||' ${WRKSRC}/Makefile.in
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
's|-O0|| ; \
|
's|-O0|| ; \
|
||||||
s|"\($$CCOPTS\)"|"\1 $$CFLAGS"|' ${WRKSRC}/configure.ac
|
s|"\($$CCOPTS\)"|"\1 $$CFLAGS"|' ${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ncrypt-0.8.0.tgz) = 771267940226bb570dea2a5b2300e542a78285fa38c45d6f74903931c15633ab
|
SHA256 (ncrypt-0.8.1.tgz) = 85debd5ed343a1659dc336b03ea9c6baf1c73ddd3c52571fca12fbb458d97c65
|
||||||
SIZE (ncrypt-0.8.0.tgz) = 785474
|
SIZE (ncrypt-0.8.1.tgz) = 406556
|
||||||
|
|
Loading…
Add table
Reference in a new issue