1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Decouple ${PORTREVISION} from ${DISTNAME}.

Submitted by:	nectar
Pointy hat to:	bms, edwin
This commit is contained in:
Bruce M Simpson 2004-01-19 19:52:25 +00:00
parent 6bf2f5079d
commit 4b70245024
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98583
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ PORTVERSION= 0.8.1
PORTREVISION= 351
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/beta/
DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-351
MAINTAINER= bms@FreeBSD.org
COMMENT= Ubiquitous network traffic capture library

View File

@ -10,7 +10,7 @@ PORTVERSION= 3.8.1
PORTREVISION= 351
CATEGORIES= net
MASTER_SITES= http://www.tcpdump.org/beta/
DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-351
MAINTAINER= bms@FreeBSD.org
COMMENT= Ubiquitous network traffic analysis tool