svn commit: r316139 - head/security/py-pycrypto

Kubilay Kocak koobs at FreeBSD.org
Sat Apr 20 11:31:43 UTC 2013


Author: koobs
Date: Sat Apr 20 11:31:42 2013
New Revision: 316139
URL: http://svnweb.freebsd.org/changeset/ports/316139

Log:
  - Take maintainership
  - Tab->space after WWW in pkg-descr
  - Trim Makefile header
  
  Approved by:	jgh (maintainer), eadler (mentor)
  Discussed with:	ak
  Feature safe:	yes

Modified:
  head/security/py-pycrypto/Makefile
  head/security/py-pycrypto/pkg-descr   (contents, props changed)

Modified: head/security/py-pycrypto/Makefile
==============================================================================
--- head/security/py-pycrypto/Makefile	Sat Apr 20 11:20:25 2013	(r316138)
+++ head/security/py-pycrypto/Makefile	Sat Apr 20 11:31:42 2013	(r316139)
@@ -1,5 +1,4 @@
-# Created by:			nbm
-#
+# Created by: nbm
 # $FreeBSD$
 
 PORTNAME=	pycrypto
@@ -10,7 +9,7 @@ MASTER_SITES=	CHEESESHOP \
 		https://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	jgh at FreeBSD.org
+MAINTAINER=	koobs at FreeBSD.org
 COMMENT=	The Python Cryptography Toolkit
 
 USE_PYTHON=		yes

Modified: head/security/py-pycrypto/pkg-descr
==============================================================================
--- head/security/py-pycrypto/pkg-descr	Sat Apr 20 11:20:25 2013	(r316138)
+++ head/security/py-pycrypto/pkg-descr	Sat Apr 20 11:31:42 2013	(r316139)
@@ -1,8 +1,7 @@
 Python Cryptography Toolkit (pycrypto)
-======================================
 
 This is a collection of both secure hash functions (such as MD5 and
 SHA), and various encryption algorithms (AES, DES, ElGamal, etc.) for
 Python.
 
-WWW:	http://pycrypto.org
+WWW: http://pycrypto.org


More information about the svn-ports-all mailing list