diff options
author | bjs <bjs> | 2007-09-21 18:00:02 +0000 |
---|---|---|
committer | bjs <bjs> | 2007-09-21 18:00:02 +0000 |
commit | 84e18109bb26f18aee774312b610be9c5dea2741 (patch) | |
tree | a2a8a177c52cab753e42b8f8d6d9312f7cbccdb6 /x11 | |
parent | f69da7aa38c7d8752a9dfaa7c5a21ecac71e865d (diff) | |
download | pkgsrc-84e18109bb26f18aee774312b610be9c5dea2741.tar.gz |
Update to version 1.0.3. Fixes broken DESTDIR support, so patches are
no longer necessary.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/beforelight/Makefile | 5 | ||||
-rw-r--r-- | x11/beforelight/distinfo | 10 | ||||
-rw-r--r-- | x11/beforelight/patches/patch-aa | 13 | ||||
-rw-r--r-- | x11/beforelight/patches/patch-ab | 13 |
4 files changed, 6 insertions, 35 deletions
diff --git a/x11/beforelight/Makefile b/x11/beforelight/Makefile index c11c5b3290d..1b648718f12 100644 --- a/x11/beforelight/Makefile +++ b/x11/beforelight/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2007/03/08 17:21:54 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/09/21 18:00:02 bjs Exp $ # -DISTNAME= beforelight-1.0.2 +DISTNAME= beforelight-1.0.3 CATEGORIES= x11 -PKGREVISION= 1 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/beforelight/distinfo b/x11/beforelight/distinfo index 082ddc0b3dc..3b3079612e4 100644 --- a/x11/beforelight/distinfo +++ b/x11/beforelight/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/07/27 20:57:37 joerg Exp $ +$NetBSD: distinfo,v 1.3 2007/09/21 18:00:02 bjs Exp $ -SHA1 (beforelight-1.0.2.tar.bz2) = 25d3ef4ccf1d48bdc1f32add5440deb2b8c29cee -RMD160 (beforelight-1.0.2.tar.bz2) = 4511095923e7239bdfdd03742aa7eafd4331f138 -Size (beforelight-1.0.2.tar.bz2) = 85526 bytes -SHA1 (patch-aa) = ee1d3bb44a54f00ffa4336fd7dbe2b73c06905ea -SHA1 (patch-ab) = 00de149e0321550e208c00a4b4774771054760f1 +SHA1 (beforelight-1.0.3.tar.bz2) = 9c1f59a270475cb41ff11ec06fee018def7ef8bd +RMD160 (beforelight-1.0.3.tar.bz2) = 6589870f296b2ebbe8c60fa06b7dad524e94a0bd +Size (beforelight-1.0.3.tar.bz2) = 85067 bytes diff --git a/x11/beforelight/patches/patch-aa b/x11/beforelight/patches/patch-aa deleted file mode 100644 index b61c5bd2526..00000000000 --- a/x11/beforelight/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2007/07/27 20:57:37 joerg Exp $ - ---- Makefile.am.orig 2007-07-27 22:43:25.000000000 +0200 -+++ Makefile.am -@@ -33,7 +33,7 @@ appman_PRE = \ - - # App default files (*.ad) - --appdefaultdir = $(DESTDIR)@appdefaultdir@ -+appdefaultdir = @appdefaultdir@ - - EXTRA_DIST = \ - Beforelight.ad diff --git a/x11/beforelight/patches/patch-ab b/x11/beforelight/patches/patch-ab deleted file mode 100644 index 258c17197e8..00000000000 --- a/x11/beforelight/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2007/07/27 20:57:38 joerg Exp $ - ---- Makefile.in.orig 2007-07-27 22:43:43.000000000 +0200 -+++ Makefile.in -@@ -188,7 +188,7 @@ am__tar = @am__tar@ - am__untar = @am__untar@ - - # App default files (*.ad) --appdefaultdir = $(DESTDIR)@appdefaultdir@ -+appdefaultdir = @appdefaultdir@ - bindir = @bindir@ - build = @build@ - build_alias = @build_alias@ |