diff options
author | drochner <drochner@pkgsrc.org> | 2010-05-17 15:48:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-05-17 15:48:48 +0000 |
commit | ffebcb28b8e798a2e87447e0f7cf2678b204ff16 (patch) | |
tree | 6592e3820aa768e5abbc6bcd1fe9bea4f8dcf361 /devel/eric4 | |
parent | c2d347b9a6cbc1735dc5e20789603fd35537fd4a (diff) | |
download | pkgsrc-ffebcb28b8e798a2e87447e0f7cf2678b204ff16.tar.gz |
update to 4.4.4a
announcement says it fixes a bug but not which
being here, make a DESTDIR check more robust
Diffstat (limited to 'devel/eric4')
-rw-r--r-- | devel/eric4/Makefile | 8 | ||||
-rw-r--r-- | devel/eric4/PLIST | 3 | ||||
-rw-r--r-- | devel/eric4/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/devel/eric4/Makefile b/devel/eric4/Makefile index de4b02b2828..3cb97a1ea99 100644 --- a/devel/eric4/Makefile +++ b/devel/eric4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/05/08 15:44:39 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2010/05/17 15:48:48 drochner Exp $ # -VERS= 4.4.4 +VERS= 4.4.4a DISTNAME= eric4-${VERS} CATEGORIES= devel MASTER_SITES= http://downloads.sourceforge.net/project/eric-ide/eric4/stable/${VERS}/ @@ -14,13 +14,13 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes - PY_PATCHPLIST= yes CONFIGURE_ARGS+= -b ${PREFIX}/bin CONFIGURE_ARGS+= -d ${PREFIX}/${PYSITELIB} CONFIGURE_ARGS+= -a ${PREFIX}/qt4/qsci/api -.ifdef DESTDIR +.include "../../mk/bsd.prefs.mk" +.if defined(DESTDIR) && !empty(DESTDIR) CONFIGURE_ARGS+= -i ${DESTDIR} .endif diff --git a/devel/eric4/PLIST b/devel/eric4/PLIST index 8abbab7c28c..616ca2467f8 100644 --- a/devel/eric4/PLIST +++ b/devel/eric4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/08 15:44:39 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/05/17 15:48:48 drochner Exp $ bin/eric4 bin/eric4-api bin/eric4-compare @@ -47,6 +47,7 @@ ${PYSITELIB}/eric4/DTDs/Session-4.0.dtd ${PYSITELIB}/eric4/DTDs/Session-4.1.dtd ${PYSITELIB}/eric4/DTDs/Session-4.2.dtd ${PYSITELIB}/eric4/DTDs/Session-4.3.dtd +${PYSITELIB}/eric4/DTDs/Session-4.4.dtd ${PYSITELIB}/eric4/DTDs/Shortcuts-3.5.dtd ${PYSITELIB}/eric4/DTDs/Shortcuts-3.6.dtd ${PYSITELIB}/eric4/DTDs/Tasks-3.7.dtd diff --git a/devel/eric4/distinfo b/devel/eric4/distinfo index 30fa2392af3..b562fa159cf 100644 --- a/devel/eric4/distinfo +++ b/devel/eric4/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/05/08 15:44:39 drochner Exp $ +$NetBSD: distinfo,v 1.2 2010/05/17 15:48:51 drochner Exp $ -SHA1 (eric4-4.4.4.tar.gz) = 6477244509839f3a98957b849a4853c170df9781 -RMD160 (eric4-4.4.4.tar.gz) = 903bcdd9fe0e5baeb12fef22fe7ee113389d4f60 -Size (eric4-4.4.4.tar.gz) = 6682964 bytes +SHA1 (eric4-4.4.4a.tar.gz) = 470ba308268016dcc4a4584810278345e3878e56 +RMD160 (eric4-4.4.4a.tar.gz) = a5248dc6482a1c05c4a94a2188db935d01bc5b43 +Size (eric4-4.4.4a.tar.gz) = 6683930 bytes |