Date: Tue, 15 Apr 2014 15:02:31 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351339 - in head/security: . py-fchksum Message-ID: <201404151502.s3FF2VSl084076@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@FreeBSD.org +MAINTAINER= matthew@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404151502.s3FF2VSl084076>