diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/libsocket++ | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.zst freebsd-ports-gnome-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'net/libsocket++')
-rw-r--r-- | net/libsocket++/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile index 4b8576ceeb5f..ae4c748fffc2 100644 --- a/net/libsocket++/Makefile +++ b/net/libsocket++/Makefile @@ -1,6 +1,5 @@ # ex:ts=8 # Ports collection makefile for: libsocket++ -# Version required: 1.10 # Date created: Sun Jan 19, 1997 # Whom: Narvi <narvi@haldjas.folklore.ee> # David O'Brien (obrien@FreeBSD.org) @@ -8,12 +7,13 @@ # $FreeBSD$ # -DISTNAME= socket++-1.10 -PKGNAME= libsocket++-1.10 +PORTNAME= libsocket++ +PORTVERSION= 1.10 CATEGORIES= net MASTER_SITES= ftp://ftp.umsicht.fhg.de/pub/unix/language/C++/class-libraries/ \ ftp://ftp.par.univie.ac.at/pub/unix/c++/ \ ftp://jungfrau.ptf.hro.nl/pub/socket/ +DISTNAME= socket++-1.10 MAINTAINER= narvi@haldjas.folklore.ee |