diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 18:01:05 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 18:01:05 +0800 |
commit | f89ae60f6c9bf609189f16766eb01d345dd1f72a (patch) | |
tree | 973789179aaa970b98248d78d28d1a3fbc1ddac1 /net | |
parent | cdeb02bcd775f15c3261f440e389e9ac23f1fd6e (diff) | |
download | freebsd-ports-gnome-f89ae60f6c9bf609189f16766eb01d345dd1f72a.tar.gz freebsd-ports-gnome-f89ae60f6c9bf609189f16766eb01d345dd1f72a.tar.zst freebsd-ports-gnome-f89ae60f6c9bf609189f16766eb01d345dd1f72a.zip |
- Bump PORTREVISION because of new libnet-devel version
Diffstat (limited to 'net')
-rw-r--r-- | net/gspoof/Makefile | 2 | ||||
-rw-r--r-- | net/nast/Makefile | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/gspoof/Makefile b/net/gspoof/Makefile index 937c9b1e5b0d..ca3951013bab 100644 --- a/net/gspoof/Makefile +++ b/net/gspoof/Makefile @@ -8,7 +8,7 @@ PORTNAME= gspoof PORTVERSION= 3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/nast/Makefile b/net/nast/Makefile index 4253874645f4..0e162eb86145 100644 --- a/net/nast/Makefile +++ b/net/nast/Makefile @@ -7,6 +7,7 @@ PORTNAME= nast PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://nast.berlios.de/src/ \ http://voodoo.oberon.net/downloads/ |