From owner-svn-ports-all@FreeBSD.ORG Tue Apr 15 15:02:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D25B389; Tue, 15 Apr 2014 15:02:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 197CB1637; Tue, 15 Apr 2014 15:02:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FF2VRu084081; Tue, 15 Apr 2014 15:02:31 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3FF2VSl084076; Tue, 15 Apr 2014 15:02:31 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201404151502.s3FF2VSl084076@svn.freebsd.org> From: Steve Wills Date: Tue, 15 Apr 2014 15:02:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351339 - in head/security: . py-fchksum X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 15:02:32 -0000 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 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