From 2054eb18e84cfbeb627d143d19e3af5880e5d428 Mon Sep 17 00:00:00 2001 From: Hiroki Tagato Date: Sat, 13 Jun 2020 07:46:40 +0000 Subject: [PATCH] - Update to 1.1 - Add LICENSE_FILE - Make portclippy happy PR: 247186 Submitted by: Oliver Mahmoudi (maintainer) Approved by: mentors (implicit) Changelog: https://github.com/olimah/caesarcipher/blob/v1.1/Changelog --- security/caesarcipher/Makefile | 8 +++++--- security/caesarcipher/distinfo | 6 +++--- 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 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