From owner-freebsd-ports@FreeBSD.ORG Thu Jan 3 14:20:09 2013 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E91FFCBD for ; Thu, 3 Jan 2013 14:20:09 +0000 (UTC) (envelope-from darcy@PyGreSQL.org) Received: from mail.vex.net (smaug.vex.net [98.158.139.67]) by mx1.freebsd.org (Postfix) with ESMTP id A5275A31 for ; Thu, 3 Jan 2013 14:20:08 +0000 (UTC) Received: from dilbert (dilbert.druid.net [207.35.13.14]) by mail.vex.net (Postfix) with ESMTP id 78D374A456F7 for ; Thu, 3 Jan 2013 09:14:24 -0500 (EST) Date: Thu, 3 Jan 2013 09:14:24 -0500 From: "D'Arcy J.M. Cain" To: ports@FreeBSD.org Subject: New version of PyGreSQL Message-ID: <20130103091424.2af924a7@dilbert> Organization: The PyGreSQL Project X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.14; x86_64--netbsd) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: darcy@PyGreSQL.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jan 2013 14:20:10 -0000 Version 4.1 of PyGreSQL has just been released. I think the following will update your Makefile: Index: Makefile =================================================================== --- Makefile (revision 309880) +++ Makefile (working copy) @@ -6,11 +6,10 @@ # PORTNAME= PyGreSQL -PORTVERSION= 4.0 -PORTEPOCH= 1 +PORTVERSION= 4.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP \ - ftp://ftp.pygresql.org/pub/distrib/ + http://pygresql.org/files PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org Also, the following changes were needed by the NetBSD package. You will need something similar for your pkg_plist: Index: PLIST =================================================================== RCS file: /cvsroot/pkgsrc/databases/py-postgresql/PLIST,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- PLIST 14 Jun 2009 17:43:22 -0000 1.8 +++ PLIST 3 Jan 2013 13:58:35 -0000 1.9 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2009/06/14 17:43:22 joerg Exp $ +@comment $NetBSD: PLIST,v 1.9 2013/01/03 13:58:35 darcy Exp $ ${PYSITELIB}/_pg.so ${PYSITELIB}/pg.py ${PYSITELIB}/pg.pyc @@ -6,6 +6,10 @@ ${PYSITELIB}/pgdb.py ${PYSITELIB}/pgdb.pyc ${PYSITELIB}/pgdb.pyo +${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/PKG-INFO +${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/SOURCES.txt +${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/dependency_links.txt +${PYSITELIB}/PyGreSQL-4.1-py2.7.egg-info/top_level.txt share/doc/${PYPKGPREFIX}-postgresql/docs/announce.html share/doc/${PYPKGPREFIX}-postgresql/docs/announce.txt share/doc/${PYPKGPREFIX}-postgresql/docs/changelog.html -- D'Arcy J.M. Cain PyGreSQL Development Group http://www.PyGreSQL.org IM:darcy@Vex.Net