svn commit: r351339 - in head/security: . py-fchksum

Steve Wills swills at FreeBSD.org
Tue Apr 15 15:02:32 UTC 2014


Author: swills
Date: Tue Apr 15 15:02:31 2014
New Revision: 351339
URL: http://svnweb.freebsd.org/changeset/ports/351339
QAT: https://qat.redports.org/buildarchive/r351339/

Log:
  - Resurrect
  - Add LICENSE
  - Assign maintainer to submitter
  - Update master site
  
  PR:		ports/188586
  Submitted by:	Matthew Rezny <matthew at reztek.cz>

Added:
  head/security/py-fchksum/
     - copied from r306841, head/security/py-fchksum/
Modified:
  head/security/Makefile
  head/security/py-fchksum/Makefile   (contents, props changed)

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Tue Apr 15 14:55:53 2014	(r351338)
+++ head/security/Makefile	Tue Apr 15 15:02:31 2014	(r351339)
@@ -754,6 +754,7 @@
     SUBDIR += py-ecdsa
     SUBDIR += py-ed25519ll
     SUBDIR += py-fail2ban
+    SUBDIR += py-fchksum
     SUBDIR += py-gnupg
     SUBDIR += py-gnutls
     SUBDIR += py-htpasswd

Modified: head/security/py-fchksum/Makefile
==============================================================================
--- head/security/py-fchksum/Makefile	Fri Nov  2 11:08:29 2012	(r306841)
+++ head/security/py-fchksum/Makefile	Tue Apr 15 15:02:31 2014	(r351339)
@@ -1,23 +1,17 @@
-# ex:ts=8
-# New ports collection makefile for:	py-fckhsum
-# Date created:			Jul 5, 2001
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	fchksum
 PORTVERSION=	1.7.1
 CATEGORIES=	security python
-MASTER_SITES=	http://users.dakotacom.net/~donut/programs/fchksum/
+MASTER_SITES=	http://code.fluffytapeworm.com/projects/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	matthew at reztek.cz
 COMMENT=	Python module to find the checksum of files
 
-DEPRECATED=	No more public distfiles
-EXPIRATION_DATE=	2012-10-20
+LICENSE=	GPLv2
 
 PLIST_FILES=	%%PYTHON_SITELIBDIR%%/fchksum.so
 USE_PYTHON=	yes


More information about the svn-ports-all mailing list