- 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
This commit is contained in:
Hiroki Tagato 2020-06-13 07:46:40 +00:00
parent 0a3c6b3484
commit 2054eb18e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=538645
2 changed files with 8 additions and 6 deletions

View File

@ -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>

View File

@ -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