From d01df952d8fd813a1e85347edccb8fe8a65eca8f Mon Sep 17 00:00:00 2001 From: adrianp Date: Fri, 2 Mar 2007 09:26:10 +0000 Subject: Fix the library path Bump PKGREVISION --- devel/libnet10/Makefile | 3 ++- devel/libnet10/distinfo | 4 ++-- devel/libnet10/patches/patch-ad | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) (limited to 'devel/libnet10') diff --git a/devel/libnet10/Makefile b/devel/libnet10/Makefile index 82853bfd354..b09cce88c73 100644 --- a/devel/libnet10/Makefile +++ b/devel/libnet10/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/02/18 18:36:21 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/02 09:26:10 adrianp Exp $ # DISTNAME= libnet-1.0.2a +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/libnet/libnet10/} CATEGORIES= devel net MASTER_SITES= http://www.packetfactory.net/libnet/dist/deprecated/ diff --git a/devel/libnet10/distinfo b/devel/libnet10/distinfo index fbf1ec5c6b6..67e863058d7 100644 --- a/devel/libnet10/distinfo +++ b/devel/libnet10/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/02/18 18:36:21 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2007/03/02 09:26:10 adrianp Exp $ SHA1 (libnet-1.0.2a.tar.gz) = 804eaf43bb90f93e505d46a9668c914a112bf136 RMD160 (libnet-1.0.2a.tar.gz) = 43dd2edc31e56b42792727b88d81342dc26d3308 @@ -6,4 +6,4 @@ Size (libnet-1.0.2a.tar.gz) = 140191 bytes SHA1 (patch-aa) = fa71db191c421aa1b36d1107236645fdde0bc8f9 SHA1 (patch-ab) = 56a2cb8b214529fdaacdbc6154ec2fc88edfa1c8 SHA1 (patch-ac) = 8a329e6f71fea449d6f7bf913c34627285452b66 -SHA1 (patch-ad) = b4df92dc2896d969d08b9fe63f849d77b7229c43 +SHA1 (patch-ad) = 44256848f62919540893913469d88f5a7177d742 diff --git a/devel/libnet10/patches/patch-ad b/devel/libnet10/patches/patch-ad index 9e9b5ec8b4d..74984f65b45 100644 --- a/devel/libnet10/patches/patch-ad +++ b/devel/libnet10/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.1.1.1 2007/02/18 18:36:21 adrianp Exp $ +$NetBSD: patch-ad,v 1.2 2007/03/02 09:26:10 adrianp Exp $ --- libnet-config.in.orig 2000-12-12 18:33:42.000000000 +0000 +++ libnet-config.in @@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.1.1.1 2007/02/18 18:36:21 adrianp Exp $ libnet_defines="@LIBNET_CONFIG_DEFINES@" libnet_cflags="@LIBNET_CONFIG_CFLAGS@" -libnet_libs="@LIBNET_CONFIG_LIBS@ -lnet" -+libnet_libs="@LIBNET_CONFIG_LIBS@ -L@prefix@/lib/libnet10 -lnet" ++libnet_libs="@LIBNET_CONFIG_LIBS@/libnet10 -L@prefix@/lib/libnet10 -lnet" usage() { -- cgit v1.2.3