Index: head/net/libpcap/Makefile =================================================================== --- head/net/libpcap/Makefile (revision 196988) +++ head/net/libpcap/Makefile (revision 196989) @@ -1,58 +1,58 @@ # New ports collection makefile for: libpcap # Date created: 10 December 2003 # Whom: Bruce M Simpson # # $FreeBSD$ # PORTNAME= libpcap -PORTVERSION= 0.9.6 +PORTVERSION= 0.9.7 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ \ http://www.icrew.org/mirror/tcp_dump/tcpdump_3_9/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= bms@FreeBSD.org COMMENT= Ubiquitous network traffic capture library WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN3= pcap.3 GNU_CONFIGURE= yes USE_BISON= yes USE_LDCONFIG= yes .if defined(LIBPCAP_OVERWRITE_BASE) PREFIX= /usr PKGNAMESUFFIX= -overwrite-base MANPREFIX= ${TARGETDIR}/share PLIST_SUB+= NOTBASE="@comment " PLIST_SUB+= BASE="" EXTRA_PATCHES+= ${FILESDIR}/patchbase-Makefile.in PKGMESSAGE= ${FILESDIR}/pkg-message-base .else PLIST_SUB+= BASE="@comment " PLIST_SUB+= NOTBASE="" .endif .if !defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --enable-ipv6 .endif .if !defined(WITH_DAG) CONFIGURE_ARGS+= --without-dag .endif .if defined(LIBPCAP_OVERWRITE_BASE) post-install: ${CAT} ${PKGMESSAGE} .endif .include .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif .include Property changes on: head/net/libpcap/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/libpcap/distinfo =================================================================== --- head/net/libpcap/distinfo (revision 196988) +++ head/net/libpcap/distinfo (revision 196989) @@ -1,3 +1,3 @@ -MD5 (libpcap-0.9.6.tar.gz) = 2e1b5e983654c1d5991450e3e0e525ca -SHA256 (libpcap-0.9.6.tar.gz) = cac67ef8837a2bdd20d7fb5e990e233d80a9ff398cf08a62bb7fac068a419b3e -SIZE (libpcap-0.9.6.tar.gz) = 438657 +MD5 (libpcap-0.9.7.tar.gz) = 77bc1f1de0de8488c7cb28e4753b9603 +SHA256 (libpcap-0.9.7.tar.gz) = b86b12651a2759b8f4ddfcc2380d8567cccbf0ab90303df658042b8ba334e617 +SIZE (libpcap-0.9.7.tar.gz) = 517562 Property changes on: head/net/libpcap/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property