Date: Wed, 1 Jul 2009 06:00:06 +0800 (CST) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: perky@FreeBSD.org Subject: ports/136200: [PATCH] databases/py-bsddb: Use checksum file under lang/python${PYTHON_SUFFIX}/ Message-ID: <20090630220006.CDE96147C1B@lucky7.csie.net> Resent-Message-ID: <200907010040.n610e1xd025777@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 136200 >Category: ports >Synopsis: [PATCH] databases/py-bsddb: Use checksum file under lang/python${PYTHON_SUFFIX}/ >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jul 01 00:40:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 7.2-STABLE amd64 >Organization: >Environment: System: FreeBSD lucky7 7.2-STABLE FreeBSD 7.2-STABLE #0: Thu Jun 11 00:29:36 CST 2009 >Description: - Use checksum file under lang/python${PYTHON_SUFFIX}/, for removal lang/python/distinfo Port maintainer (perky@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py26-bsddb-2.6.2_2.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/py-bsddb/Makefile,v retrieving revision 1.11 diff -u -u -r1.11 Makefile --- Makefile 6 Apr 2009 05:12:40 -0000 1.11 +++ Makefile 30 Jun 2009 21:56:39 -0000 @@ -24,7 +24,7 @@ PYDISTUTILS_PKGVERSION= 0.0.0 DIST_SUBDIR= python WRKSRC= ${PYTHON_WRKSRC}/Modules -MD5_FILE= ${PORTSDIR}/lang/python/distinfo +MD5_FILE= ${PORTSDIR}/lang/python${PYTHON_SUFFIX}/distinfo MAKE_ENV= BSDDB_VERSION=${BDB_LIB_NAME} PLIST_FILES= %%PYTHON_SITELIBDIR%%/_bsddb.so --- py26-bsddb-2.6.2_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090630220006.CDE96147C1B>