aboutsummaryrefslogtreecommitdiff
path: root/security/caesarcipher
diff options
context:
space:
mode:
authorHiroki Tagato <tagattie@FreeBSD.org>2020-06-13 07:46:40 +0000
committerHiroki Tagato <tagattie@FreeBSD.org>2020-06-13 07:46:40 +0000
commit2054eb18e84cfbeb627d143d19e3af5880e5d428 (patch)
tree72d057d826c61867c32531797e9232f3eec43076 /security/caesarcipher
parent0a3c6b34841de4dd2ece099aa4faefa3d6fa64f5 (diff)
downloadports-2054eb18e84cfbeb627d143d19e3af5880e5d428.tar.gz
ports-2054eb18e84cfbeb627d143d19e3af5880e5d428.zip
- Update to 1.1
- Add LICENSE_FILE - Make portclippy happy PR: 247186 Submitted by: Oliver Mahmoudi <fbsd@olivermahmoudi.com> (maintainer) Approved by: mentors (implicit) Changelog: https://github.com/olimah/caesarcipher/blob/v1.1/Changelog
Notes
Notes: svn path=/head/; revision=538645
Diffstat (limited to 'security/caesarcipher')
-rw-r--r--security/caesarcipher/Makefile8
-rw-r--r--security/caesarcipher/distinfo6
2 files changed, 8 insertions, 6 deletions
diff --git a/security/caesarcipher/Makefile b/security/caesarcipher/Makefile
index 58109aaeca34..2fab3fae37ad 100644
--- a/security/caesarcipher/Makefile
+++ b/security/caesarcipher/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= caesarcipher
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= http://www.olivermahmoudi.com/files/
@@ -9,16 +9,18 @@ MAINTAINER= fbsd@olivermahmoudi.com
COMMENT= Caesar cipher cryptography tool
LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/caesarcipher \
man/man1/caesarcipher.1.gz
-WRKSRC= ${WRKDIR}/${PORTNAME}
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} ${LDFLAGS} -o ${PORTNAME} ${PORTNAME}.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/security/caesarcipher/distinfo b/security/caesarcipher/distinfo
index a4979f2dd410..d04edb1d1ccf 100644
--- a/security/caesarcipher/distinfo
+++ b/security/caesarcipher/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507049180
-SHA256 (caesarcipher-1.0.tar.gz) = 278069c80162231b7c5664c27524275bed3d0ef982a8f9b937296a405822bf14
-SIZE (caesarcipher-1.0.tar.gz) = 6096
+TIMESTAMP = 1591905242
+SHA256 (caesarcipher-1.1.tar.gz) = 6bb4c6b272c4a78787de10a0052fee1568044e7bd429e00f6532ae32e13a5a0a
+SIZE (caesarcipher-1.1.tar.gz) = 5861