Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 2020 07:03:52 +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: r534029 - head/security/makepasswd
Message-ID:  <202005050703.04573qJk056752@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Tue May  5 07:03:51 2020
New Revision: 534029
URL: https://svnweb.freebsd.org/changeset/ports/534029

Log:
  - Make fetchable and undeprecate by switching to a higher patch level
  - Add LICENSE_FILE
  - Use MANPREFIX for manpage path instead of PREFIX
  - Update pkg-descr to match the description on WWW
  - Update WWW to use https
  
  PR:		246142
  Submitted by:	Toshimichi Masubuchi <tmasu@st.rim.or.jp>
  Approved by:	toni.viemero@iki.fi (maintainer), ehaupt (mentor)

Modified:
  head/security/makepasswd/Makefile
  head/security/makepasswd/distinfo
  head/security/makepasswd/pkg-descr

Modified: head/security/makepasswd/Makefile
==============================================================================
--- head/security/makepasswd/Makefile	Tue May  5 06:58:30 2020	(r534028)
+++ head/security/makepasswd/Makefile	Tue May  5 07:03:51 2020	(r534029)
@@ -3,24 +3,22 @@
 
 PORTNAME=	makepasswd
 PORTVERSION=	1.10
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	security
 MASTER_SITES=	DEBIAN_POOL
 DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
-PATCHFILES=	${PORTNAME}_${PORTVERSION}-5.diff.gz
+PATCHFILES=	${PORTNAME}_${PORTVERSION}-12.diff.gz
 PATCH_SITES=	${MASTER_SITES}
 PATCH_DIST_STRIP=	-p1
 
 MAINTAINER=	toni.viemero@iki.fi
 COMMENT=	Random password generator
 
-BROKEN=		unfetchable
-DEPRECATED=	Broken for more than 6 months
-EXPIRATION_DATE=	2020-05-05
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING-2.0
 
-LICENSE=	GPLv1
-
+NO_ARCH=	yes
 NO_BUILD=	yes
 USES=		perl5 shebangfix
 SHEBANG_FILES=	makepasswd
@@ -29,19 +27,19 @@ USE_PERL5=	run
 OPTIONS_DEFINE=	DOCS
 
 RUN_DEPENDS+=	p5-Crypt-PasswdMD5>=0:security/p5-Crypt-PasswdMD5 \
-		p5-Crypt-OpenSSL-Random>=0:security/p5-Crypt-OpenSSL-Random
+		p5-Bytes-Random-Secure>=0:security/p5-Bytes-Random-Secure
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
 PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
-PORTDOCS=		CHANGES README
+PORTDOCS=	CHANGES README
 
 post-patch:
 	${REINPLACE_CMD} -e "s/use	bytes;/#use	bytes;/" ${WRKSRC}/makepasswd
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/makepasswd ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
 	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}

Modified: head/security/makepasswd/distinfo
==============================================================================
--- head/security/makepasswd/distinfo	Tue May  5 06:58:30 2020	(r534028)
+++ head/security/makepasswd/distinfo	Tue May  5 07:03:51 2020	(r534029)
@@ -1,4 +1,5 @@
+TIMESTAMP = 1574004786
 SHA256 (makepasswd_1.10.orig.tar.gz) = 41491f361d810f9bb3e08b40df3c3034faec306d434dab15534e19023f91a75c
 SIZE (makepasswd_1.10.orig.tar.gz) = 12382
-SHA256 (makepasswd_1.10-5.diff.gz) = b1c039090ad4f60be9f8fe05465b37c32ee20245b14fcd0708a93f78f1392097
-SIZE (makepasswd_1.10-5.diff.gz) = 7506
+SHA256 (makepasswd_1.10-12.diff.gz) = e72d5f45de382fc70b108d692ca4fc2f66fcc280d693a54982ec2ae0ef1d712c
+SIZE (makepasswd_1.10-12.diff.gz) = 8160

Modified: head/security/makepasswd/pkg-descr
==============================================================================
--- head/security/makepasswd/pkg-descr	Tue May  5 06:58:30 2020	(r534028)
+++ head/security/makepasswd/pkg-descr	Tue May  5 07:03:51 2020	(r534029)
@@ -1,5 +1,5 @@
-Generates true random passwords by using the /dev/random feature
-of Linux, with the emphasis on security over pronounceability. It
-can also encrypt plaintext passwords given on the command line.
+Generates true random passwords using /dev/urandom, with the
+emphasis on security over pronounceability. It can also encrypt
+plaintext passwords given in a temporary file.
 
-WWW: http://packages.debian.org/stable/makepasswd
+WWW: https://packages.debian.org/stable/makepasswd



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