Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 07:46:40 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538645 - head/security/caesarcipher
Message-ID:  <202006130746.05D7kexL057636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Sat Jun 13 07:46:40 2020
New Revision: 538645
URL: https://svnweb.freebsd.org/changeset/ports/538645

Log:
  - 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

Modified:
  head/security/caesarcipher/Makefile
  head/security/caesarcipher/distinfo

Modified: head/security/caesarcipher/Makefile
==============================================================================
--- head/security/caesarcipher/Makefile	Sat Jun 13 07:36:33 2020	(r538644)
+++ head/security/caesarcipher/Makefile	Sat Jun 13 07:46:40 2020	(r538645)
@@ -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>

Modified: head/security/caesarcipher/distinfo
==============================================================================
--- head/security/caesarcipher/distinfo	Sat Jun 13 07:36:33 2020	(r538644)
+++ head/security/caesarcipher/distinfo	Sat Jun 13 07:46:40 2020	(r538645)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006130746.05D7kexL057636>