pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/efax Use config file framework for efax.rc. Bump...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7480f4dd4bb8
branches:  trunk
changeset: 511329:7480f4dd4bb8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Apr 12 23:04:21 2006 +0000

description:
Use config file framework for efax.rc. Bump revision.

diffstat:

 comms/efax/Makefile         |  5 ++++-
 comms/efax/PLIST            |  4 +++-
 comms/efax/distinfo         |  4 ++--
 comms/efax/patches/patch-aa |  7 ++++---
 4 files changed, 13 insertions(+), 7 deletions(-)

diffs (73 lines):

diff -r 3cd435aace56 -r 7480f4dd4bb8 comms/efax/Makefile
--- a/comms/efax/Makefile       Wed Apr 12 22:57:59 2006 +0000
+++ b/comms/efax/Makefile       Wed Apr 12 23:04:21 2006 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2006/03/14 01:14:27 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2006/04/12 23:04:21 joerg Exp $
 
 DISTNAME=      efax-0.9
+PKGREVISION=   1
 CATEGORIES=    comms
 MASTER_SITES=  ${MASTER_SITE_SUNSITE:=apps/serialcomm/fax/}
 
@@ -10,6 +11,8 @@
 
 CONFLICTS=     kdeutils<3.1
 
+CONF_FILES+=   ${PREFIX}/share/examples/efax/efax.rc ${PKG_SYSCONFDIR}/efax.rc
+
 post-patch:
        ${SED} -e 's:@PREFIX@:${PREFIX}:g;                              \
                s:@LOCALBASE@:${LOCALBASE}:g;                           \
diff -r 3cd435aace56 -r 7480f4dd4bb8 comms/efax/PLIST
--- a/comms/efax/PLIST  Wed Apr 12 22:57:59 2006 +0000
+++ b/comms/efax/PLIST  Wed Apr 12 23:04:21 2006 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 20:44:00 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/04/12 23:04:21 joerg Exp $
 bin/efax
 bin/efix
 bin/fax
 man/man1/efax.1
 man/man1/efix.1
 man/man1/fax.1
+share/examples/efax/efax.rc
+@dirrm share/examples/efax
diff -r 3cd435aace56 -r 7480f4dd4bb8 comms/efax/distinfo
--- a/comms/efax/distinfo       Wed Apr 12 22:57:59 2006 +0000
+++ b/comms/efax/distinfo       Wed Apr 12 23:04:21 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 16:05:29 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/04/12 23:04:21 joerg Exp $
 
 SHA1 (efax-0.9.tar.gz) = 8965407996737e6ec2c8a198ba34811f5134b5d1
 RMD160 (efax-0.9.tar.gz) = 471112ab87cfcf11521a5ea7c0cb203a44e958c3
 Size (efax-0.9.tar.gz) = 96736 bytes
-SHA1 (patch-aa) = 902bb87c90179d599fe4fa1bf96d052432a0fb46
+SHA1 (patch-aa) = 7ff3a7918b2f844ec230e178d006c16f9fb487ad
 SHA1 (patch-ab) = ea5a18f3558f28b71085a6dd2e13ddc5e17f5f26
 SHA1 (patch-ac) = afe6aaafe504f41c13a644aae4eb9c7584466db6
diff -r 3cd435aace56 -r 7480f4dd4bb8 comms/efax/patches/patch-aa
--- a/comms/efax/patches/patch-aa       Wed Apr 12 22:57:59 2006 +0000
+++ b/comms/efax/patches/patch-aa       Wed Apr 12 23:04:21 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2001/05/21 22:27:00 jtb Exp $
+$NetBSD: patch-aa,v 1.2 2006/04/12 23:04:21 joerg Exp $
 
 --- Makefile.orig      Fri Mar 12 01:00:34 1999
 +++ Makefile
-@@ -3,37 +3,35 @@
+@@ -3,37 +3,36 @@
  # Change the following to the name of your ANSI C compiler
  # (normally gcc).
  
@@ -45,7 +45,8 @@
 -      cp fax.1 efax.1 efix.1 $(MANDIR)/man1
 +      $(BSD_INSTALL_PROGRAM) efax efix $(BINDIR)
 +      $(BSD_INSTALL_SCRIPT) fax $(BINDIR)
-+      $(BSD_INSTALL_DATA) efax.rc $(CONFDIR)
++      $(BSD_INSTALL_DATA_DIR) $(PREFIX)/share/examples/efax
++      $(BSD_INSTALL_DATA) efax.rc $(PREFIX)/share/examples/efax
 +      $(BSD_INSTALL_MAN) fax.1 efax.1 efix.1 $(MANDIR)/man1
  
  clean:        



Home | Main Index | Thread Index | Old Index