diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-06 13:36:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-06 13:36:39 +0000 |
commit | ab79ffba3b7b603bb35a041da1ba6857c4bd38ec (patch) | |
tree | bb45eea632e5ca97cbaef885e6b47cd25677d8fb /net | |
parent | a895894be53c073869d99fbd41c52911124b4da3 (diff) | |
download | pkgsrc-ab79ffba3b7b603bb35a041da1ba6857c4bd38ec.tar.gz |
socketxx: fix HOMEPAGE
Diffstat (limited to 'net')
-rw-r--r-- | net/socket++/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/socket++/Makefile b/net/socket++/Makefile index b5c1b81e192..fcaf64e2161 100644 --- a/net/socket++/Makefile +++ b/net/socket++/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/01/26 22:14:10 wiz Exp $ -# +# $NetBSD: Makefile,v 1.12 2017/11/06 13:36:39 wiz Exp $ DISTNAME= socket++-1.12.10 PKGREVISION= 2 @@ -7,7 +6,7 @@ CATEGORIES= net MASTER_SITES= http://www.linuxhacker.at/linux/downloads/src/ MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= http://www.linuxhacker.at/socketxx/ +HOMEPAGE= https://github.com/malaterre/socketxx COMMENT= C++ class library for UNIX Sockets with exception handling INFO_FILES= yes |