pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/ucarp Update to 1.1, provided by Joel Carnat in PR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/58d51c25fbe2
branches: trunk
changeset: 506283:58d51c25fbe2
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jan 13 18:42:48 2006 +0000
description:
Update to 1.1, provided by Joel Carnat in PR 29785.
* Version 1.1:
- The non-preemptive mode should work flawlessly.
- Syslog facilities can now be changed.
- Self-sent packets are now filtered out.
- Portability has been improved.
diffstat:
net/ucarp/Makefile | 22 +++++++++++++++-------
net/ucarp/PLIST | 10 +++++++++-
net/ucarp/distinfo | 8 ++++----
3 files changed, 28 insertions(+), 12 deletions(-)
diffs (71 lines):
diff -r cf2e73f91d9a -r 58d51c25fbe2 net/ucarp/Makefile
--- a/net/ucarp/Makefile Fri Jan 13 18:26:24 2006 +0000
+++ b/net/ucarp/Makefile Fri Jan 13 18:42:48 2006 +0000
@@ -1,22 +1,30 @@
-# $NetBSD: Makefile,v 1.5 2005/07/26 10:47:19 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2006/01/13 18:42:48 wiz Exp $
#
-DISTNAME= ucarp-1.0
-PKGREVISION= 1
+DISTNAME= ucarp-1.1
CATEGORIES= net
-MASTER_SITES= http://www.pureftpd.org/ucarp/
+MASTER_SITES= ftp://ftp.ucarp.org/pub/ucarp/
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= tech-pkg%NetBSD.org@localhost
+MAINTAINER= joel%carnat.net@localhost
HOMEPAGE= http://www.ucarp.org/
COMMENT= Common Address Redundancy Protocol (CARP) for Unix
-GNU_CONFIGURE= yes
-USE_PKGLOCALEDIR= yes
+USE_PKGLOCALEDIR= YES
+GNU_CONFIGURE= YES
# pcap_freecode with one argument only
BUILDLINK_DEPENDS.libpcap+= libpcap>=0.6.0
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ucarp
+ for DOC in AUTHORS COPYING NEWS README; do \
+ ${INSTALL_DATA} ${WRKSRC}/$$DOC ${PREFIX}/share/doc/ucarp; \
+ done
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/ucarp
+ ${INSTALL_SCRIPT} ${WRKSRC}/examples/bsd/*sh \
+ ${PREFIX}/share/examples/ucarp
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r cf2e73f91d9a -r 58d51c25fbe2 net/ucarp/PLIST
--- a/net/ucarp/PLIST Fri Jan 13 18:26:24 2006 +0000
+++ b/net/ucarp/PLIST Fri Jan 13 18:42:48 2006 +0000
@@ -1,4 +1,12 @@
-@comment $NetBSD: PLIST,v 1.2 2005/07/26 10:47:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2006/01/13 18:42:48 wiz Exp $
sbin/ucarp
+share/doc/ucarp/AUTHORS
+share/doc/ucarp/COPYING
+share/doc/ucarp/NEWS
+share/doc/ucarp/README
+share/examples/ucarp/vip-down.sh
+share/examples/ucarp/vip-up.sh
${PKGLOCALEDIR}/locale/en@boldquot/LC_MESSAGES/ucarp.mo
${PKGLOCALEDIR}/locale/en@quot/LC_MESSAGES/ucarp.mo
+@dirrm share/examples/ucarp
+@dirrm share/doc/ucarp
diff -r cf2e73f91d9a -r 58d51c25fbe2 net/ucarp/distinfo
--- a/net/ucarp/distinfo Fri Jan 13 18:26:24 2006 +0000
+++ b/net/ucarp/distinfo Fri Jan 13 18:42:48 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/24 12:14:06 agc Exp $
+$NetBSD: distinfo,v 1.3 2006/01/13 18:42:48 wiz Exp $
-SHA1 (ucarp-1.0.tar.bz2) = a28adbd1fc992e4af3f20758dc1aee290e511558
-RMD160 (ucarp-1.0.tar.bz2) = d7045940042c4aa3d04410e9084fc774bf33b8ab
-Size (ucarp-1.0.tar.bz2) = 149265 bytes
+SHA1 (ucarp-1.1.tar.bz2) = 7f9409e3e42a77b9931ae738a5821af8f9b92ca4
+RMD160 (ucarp-1.1.tar.bz2) = a730330cf0d6c25c6f4f60459b61fcf96b904345
+Size (ucarp-1.1.tar.bz2) = 153690 bytes
Home |
Main Index |
Thread Index |
Old Index