diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-18 05:32:41 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-04-18 05:32:41 +0000 |
commit | 11b611cda550fd4ca6e48680555525002003668e (patch) | |
tree | 5a07d5fa43f433d95d108d15c3a0435d2b7bcb2a | |
parent | b4a48142685c5682048649716fe7dda2d8262b8f (diff) | |
download | ports-11b611cda550fd4ca6e48680555525002003668e.tar.gz ports-11b611cda550fd4ca6e48680555525002003668e.zip |
Notes
-rw-r--r-- | sysutils/lsof/Makefile | 6 | ||||
-rw-r--r-- | sysutils/lsof/distinfo | 4 | ||||
-rw-r--r-- | sysutils/lsof/pkg-descr | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 3bedfc1976df..54e05d04f088 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= lsof -PORTVERSION= 4.71 +PORTVERSION= 4.71.1 CATEGORIES= sysutils MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/NEW/ \ @@ -22,9 +22,9 @@ MASTER_SITES= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/ \ ftp://ftp.cert.dfn.de/pub/tools/admin/lsof/NEW/ \ ftp://ftp.tau.ac.il/pub/unix/admin/ -#FIXUP_RELEASE= yes +FIXUP_RELEASE= yes .if defined(FIXUP_RELEASE) -DISTNAME= ${PORTNAME}_4.70A.freebsd +DISTNAME= ${PORTNAME}_4.72A.freebsd .else DISTNAME= ${PORTNAME}_${PORTVERSION} .endif diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 184ad0c69167..84ed92118730 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,2 +1,2 @@ -MD5 (lsof_4.71.tar.bz2) = 43e8c6cfb8d322a7326d6ad942c05907 -SIZE (lsof_4.71.tar.bz2) = 701281 +MD5 (lsof_4.72A.freebsd.tar.bz2) = 8b775f5cc53467cc78f840b11513071d +SIZE (lsof_4.72A.freebsd.tar.bz2) = 432436 diff --git a/sysutils/lsof/pkg-descr b/sysutils/lsof/pkg-descr index e369c6c5ef76..e440d282e259 100644 --- a/sysutils/lsof/pkg-descr +++ b/sysutils/lsof/pkg-descr @@ -5,3 +5,5 @@ library, a stream or a network file (Internet socket, NFS file or Unix domain socket). See also fstat(1) in the base system. + +WWW: http://people.freebsd.org/~abe/ |