svn commit: r419741 - head/security/pear-Text_Password

Pawel Pekala pawel at FreeBSD.org
Sat Aug 6 12:13:42 UTC 2016


Author: pawel
Date: Sat Aug  6 12:13:40 2016
New Revision: 419741
URL: https://svnweb.freebsd.org/changeset/ports/419741

Log:
  - Update to 1.2.1 [1]
  - Take maintainership [1]
  - Set PORTNAME to follow upstream naming convention
  
  PR:		211609 [1]
  Submitted by:	Demetris Procopiou

Modified:
  head/security/pear-Text_Password/Makefile
  head/security/pear-Text_Password/distinfo

Modified: head/security/pear-Text_Password/Makefile
==============================================================================
--- head/security/pear-Text_Password/Makefile	Sat Aug  6 11:55:47 2016	(r419740)
+++ head/security/pear-Text_Password/Makefile	Sat Aug  6 12:13:40 2016	(r419741)
@@ -1,11 +1,12 @@
 # Created by: Attila Nagy <bra at fsn.hu>
 # $FreeBSD$
 
-PORTNAME=	Text_password
-PORTVERSION=	1.2.0
+PORTNAME=	Text_Password
+PORTVERSION=	1.2.1
 CATEGORIES=	security www pear
+DISTNAME=	Text_password-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	dem.procopiou at gmail.com
 COMMENT=	PEAR random password creator
 
 USES=	pear

Modified: head/security/pear-Text_Password/distinfo
==============================================================================
--- head/security/pear-Text_Password/distinfo	Sat Aug  6 11:55:47 2016	(r419740)
+++ head/security/pear-Text_Password/distinfo	Sat Aug  6 12:13:40 2016	(r419741)
@@ -1,2 +1,3 @@
-SHA256 (PEAR/Text_password-1.2.0.tgz) = 2e8d4c75252f9dac145e4959e9bda87c86b68caada263c9ca0b326338710af91
-SIZE (PEAR/Text_password-1.2.0.tgz) = 5578
+TIMESTAMP = 1470291207
+SHA256 (PEAR/Text_password-1.2.1.tgz) = d3c5d12f31c44759dddf7a7b61a5240c480804d90cdf01381590b893f55c1de8
+SIZE (PEAR/Text_password-1.2.1.tgz) = 5631


More information about the svn-ports-all mailing list