summaryrefslogtreecommitdiff
path: root/sysutils/libirman
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2002-06-26 22:51:46 +0000
committerabs <abs@pkgsrc.org>2002-06-26 22:51:46 +0000
commite5981ddff6bd7429cbf64cf68f587a39a7de18f2 (patch)
tree073287e8e4da6830a24689cb73856050a7542168 /sysutils/libirman
parenta6e010689dcf5876a156ee3bdb0c62deb1b9604a (diff)
downloadpkgsrc-e5981ddff6bd7429cbf64cf68f587a39a7de18f2.tar.gz
fix last correctly. Bump to libirman-0.4.1bnb5
Diffstat (limited to 'sysutils/libirman')
-rw-r--r--sysutils/libirman/Makefile4
-rw-r--r--sysutils/libirman/distinfo2
-rw-r--r--sysutils/libirman/patches/patch-ab4
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/libirman/Makefile b/sysutils/libirman/Makefile
index 262a6693f26..5f1f4a23181 100644
--- a/sysutils/libirman/Makefile
+++ b/sysutils/libirman/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2002/06/26 21:02:59 abs Exp $
+# $NetBSD: Makefile,v 1.6 2002/06/26 22:51:46 abs Exp $
#
DISTNAME= libirman-0.4.1b
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://www.evation.com/libirman/
diff --git a/sysutils/libirman/distinfo b/sysutils/libirman/distinfo
index 677ff7b67c9..413081eddc0 100644
--- a/sysutils/libirman/distinfo
+++ b/sysutils/libirman/distinfo
@@ -2,7 +2,7 @@
SHA1 (libirman-0.4.1b.tar.gz) = 739e7cbb4c7e0af59fd244e3d2ed73b97905849a
Size (libirman-0.4.1b.tar.gz) = 52874 bytes
SHA1 (patch-aa) = e060a7e54fc817634cd7e92d7e5e17f147003363
-SHA1 (patch-ab) = c0ff90a35ab9be2f9890d3587f93a24ee1faa30b
+SHA1 (patch-ab) = b16e235fbfe581ee1a2d4406be8911faa2d047fc
SHA1 (patch-ac) = 94bf4bbbadc36ff47ded256c37eb86b36a2ad1d9
SHA1 (patch-ad) = 4a4cef60aa053a2781bc48d9c268cc10ae9654cf
SHA1 (patch-ae) = a5ec71dd27d0d9033ab6464a28146c7fe6ca8d0e
diff --git a/sysutils/libirman/patches/patch-ab b/sysutils/libirman/patches/patch-ab
index 490a24a3929..867b99d1851 100644
--- a/sysutils/libirman/patches/patch-ab
+++ b/sysutils/libirman/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2002/06/26 21:03:00 abs Exp $
+$NetBSD: patch-ab,v 1.3 2002/06/26 22:51:48 abs Exp $
--- ircmd.c.orig Wed Jun 26 21:55:30 2002
+++ ircmd.c
@@ -10,7 +10,7 @@ $NetBSD: patch-ab,v 1.2 2002/06/26 21:03:00 abs Exp $
rc = fopen(rcname, "r");
if (!rc) { /* system, eg /etc/irmanrc.conf */
-+ freefile = 1;
++ freefile = 0;
rcname = IR_SYSTEM_IRMANRC;
rc = fopen(rcname, "r");
}