1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- 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>
This commit is contained in:
Michael Landin 2006-10-09 09:53:51 +00:00
parent 4e1f580a02
commit b3de425212
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175061
2 changed files with 5 additions and 7 deletions

View File

@ -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}

View File

@ -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