diff options
author | sem <sem@FreeBSD.org> | 2009-10-27 00:38:08 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2009-10-27 00:38:08 +0800 |
commit | 8fe22aa23fc752a2a4ce0bfd0e2dc22c9e8ae983 (patch) | |
tree | fe71c985dbb03294c0865677a86bb4b976ab6785 /net-mgmt/cdpd | |
parent | 04a0ab1fd0e2786e967ef16113f205c132e5102b (diff) | |
download | freebsd-ports-gnome-8fe22aa23fc752a2a4ce0bfd0e2dc22c9e8ae983.tar.gz freebsd-ports-gnome-8fe22aa23fc752a2a4ce0bfd0e2dc22c9e8ae983.tar.zst freebsd-ports-gnome-8fe22aa23fc752a2a4ce0bfd0e2dc22c9e8ae983.zip |
- Update to 1.0.4
* don't depend on libnet10
* LLDP announces support
Diffstat (limited to 'net-mgmt/cdpd')
-rw-r--r-- | net-mgmt/cdpd/Makefile | 15 | ||||
-rw-r--r-- | net-mgmt/cdpd/distinfo | 6 |
2 files changed, 6 insertions, 15 deletions
diff --git a/net-mgmt/cdpd/Makefile b/net-mgmt/cdpd/Makefile index b5513a3bda57..09b6eaba1875 100644 --- a/net-mgmt/cdpd/Makefile +++ b/net-mgmt/cdpd/Makefile @@ -5,30 +5,21 @@ # $FreeBSD$ PORTNAME= cdpd -PORTVERSION= 1.0.2 -PORTREVISION= 4 +PORTVERSION= 1.0.4 CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ +MASTER_SITES= http://snar.spb.ru/prog/cdpd/ MAINTAINER= sem@FreeBSD.org COMMENT= A daemon to send Cisco Discovery Protocol announces over ethernet -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 - GNU_CONFIGURE= yes -CFLAGS+= `${LIBNET_CONFIG} --cflags` +EXTRACT_SUFX= .tgz USE_RC_SUBR= cdpd PLIST_FILES= sbin/cdpd MAN8= cdpd.8 -LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config - -post-patch: - @${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG:T}|' \ - ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} - do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin @${INSTALL_MAN} ${WRKSRC}/cdpd.8 ${MAN8PREFIX}/man/man8 diff --git a/net-mgmt/cdpd/distinfo b/net-mgmt/cdpd/distinfo index 812b0bad687c..def3d45e28bc 100644 --- a/net-mgmt/cdpd/distinfo +++ b/net-mgmt/cdpd/distinfo @@ -1,3 +1,3 @@ -MD5 (cdpd-1.0.2.tar.gz) = 14aacbaceb12413391b1d8ad226ce0bd -SHA256 (cdpd-1.0.2.tar.gz) = 7a92bcbfa54ba537090b8b157b7bfc701ae1c2c45b8e054a8edf5236b8851e48 -SIZE (cdpd-1.0.2.tar.gz) = 25172 +MD5 (cdpd-1.0.4.tgz) = 7fb767a2e1644456c817bf8477406117 +SHA256 (cdpd-1.0.4.tgz) = 1d584f57f6c663a9bf7e81b2a382e116467aecb84e8ed0ae7de8aa969c443483 +SIZE (cdpd-1.0.4.tgz) = 50434 |