Date: Tue, 12 Jul 2005 23:59:52 +0200 From: "Danny Pansters" <danny@ricin.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83355: [maintainer] yet another snapshot update + plist correction Message-ID: <20050712220137.A1A0343D46@mx1.FreeBSD.org> Resent-Message-ID: <200507122210.j6CMACg8096721@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83355 >Category: ports >Synopsis: [maintainer] yet another snapshot update + plist correction >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 12 22:10:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Danny Pansters >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD desktop.homenet 5.4-STABLE FreeBSD 5.4-STABLE #0: Sat Jun 4 22:01:17 CEST 2005 root@desktop.homenet:/usr/obj/usr/src/sys/DESKTOP i386 >Description: * Update to latest snapshot, in par with py-qt * Include $PREFIX/share/sip in plist so that it cleans up in the correct sequence upon reinstall >How-To-Repeat: >Fix: --- py-sip.diff begins here --- diff -ruN ports/devel/py-sip.old/Makefile ports/devel/py-sip/Makefile --- ports/devel/py-sip.old/Makefile Tue Jul 12 22:05:20 2005 +++ ports/devel/py-sip/Makefile Tue Jul 12 22:17:35 2005 @@ -6,12 +6,12 @@ PORTNAME= sip PORTVERSION= 4.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= http://www.river-bank.demon.co.uk/download/snapshots/sip/ \ http://freebsd.ricin.com/ports/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= sip-snapshot-20050703 +DISTNAME= sip-snapshot-20050709 MAINTAINER= danny@ricin.com COMMENT= Python to C and C++ bindings generator @@ -38,6 +38,8 @@ doc/default.css doc/sipref.txt NEWS LICENSE ${DOCSDIR} && \ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} ) .endif + @# pyqt/pykde use this + @${MKDIR} ${DATADIR} @${PYTHON_CMD} -c "import sipconfig" @${PYTHON_CMD} -O -c "import sipconfig" diff -ruN ports/devel/py-sip.old/distinfo ports/devel/py-sip/distinfo --- ports/devel/py-sip.old/distinfo Tue Jul 12 22:05:20 2005 +++ ports/devel/py-sip/distinfo Tue Jul 12 22:16:18 2005 @@ -1,2 +1,2 @@ -MD5 (sip-snapshot-20050703.tar.gz) = 0674846f66873a873695271c27c26316 -SIZE (sip-snapshot-20050703.tar.gz) = 290250 +MD5 (sip-snapshot-20050709.tar.gz) = b62003eca919132beda0678c8d899c2d +SIZE (sip-snapshot-20050709.tar.gz) = 283545 diff -ruN ports/devel/py-sip.old/pkg-plist ports/devel/py-sip/pkg-plist --- ports/devel/py-sip.old/pkg-plist Tue Jul 12 22:05:20 2005 +++ ports/devel/py-sip/pkg-plist Tue Jul 12 23:07:50 2005 @@ -9,3 +9,4 @@ %%PYTHON_SITELIBDIR%%/sipconfig.pyc %%PYTHON_SITELIBDIR%%/sipconfig.pyo %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm share/sip --- py-sip.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050712220137.A1A0343D46>