diff options
author | mich <mich@FreeBSD.org> | 2006-10-09 09:53:51 +0000 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-10-09 09:53:51 +0000 |
commit | 5c21c6d2877ca05ecfa6fd72f18fb20cc3c34e37 (patch) | |
tree | a959dc0e1450de15ba00d2adbe585e24d8dfe487 /net-mgmt | |
parent | 30f6bca9219644933d22d41a1141fad7a95e0179 (diff) | |
download | FreeBSD-ports-5c21c6d2877ca05ecfa6fd72f18fb20cc3c34e37.zip FreeBSD-ports-5c21c6d2877ca05ecfa6fd72f18fb20cc3c34e37.tar.gz |
- Update to 2.2.1
- Change MASTER_SITES to SourceForge.net
- Tun off producing debugging information (remove -ggdb in CFLAGS)
PR: 104198
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/cdpr/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/cdpr/distinfo | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/net-mgmt/cdpr/Makefile b/net-mgmt/cdpr/Makefile index b52915c..1f60730 100644 --- a/net-mgmt/cdpr/Makefile +++ b/net-mgmt/cdpr/Makefile @@ -7,16 +7,14 @@ # PORTNAME= cdpr -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= net-mgmt -MASTER_SITES= http://www.monkeymental.com/mmfiles/ \ - http://freebsdcluster.org/~mich/software/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mich@FreeBSD.org COMMENT= Cisco Discovery Protocol Reporter -CFLAGS+= -ggdb LDFLAGS+= -L${LOCALBASE}/lib -lpcap DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} diff --git a/net-mgmt/cdpr/distinfo b/net-mgmt/cdpr/distinfo index 04220bb..f08d77d 100644 --- a/net-mgmt/cdpr/distinfo +++ b/net-mgmt/cdpr/distinfo @@ -1,3 +1,3 @@ -MD5 (cdpr-2.2.0.tar.gz) = 023b8bd6d399204a66ad728f2aa11ca3 -SHA256 (cdpr-2.2.0.tar.gz) = 8614666bbf3e74333c878b26e1141db31aabdc35ddb304072a6a172c5f6443ee -SIZE (cdpr-2.2.0.tar.gz) = 25186 +MD5 (cdpr-2.2.1.tar.gz) = 1e682e7e9c03f9b004c1f97c0ed25431 +SHA256 (cdpr-2.2.1.tar.gz) = cb17ea99ec80d940fae54ea5ce14626df1062e7d91c8c886cdd518963bfe7abf +SIZE (cdpr-2.2.1.tar.gz) = 25050 |