diff options
author | hrs <hrs@FreeBSD.org> | 2014-05-17 10:39:24 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2014-05-17 10:39:24 +0800 |
commit | 7f53b53b6eb0ca51fb9ed058b9dce721981e8139 (patch) | |
tree | d3473796fff3d269800fd3f9534652287d359b70 /net | |
parent | 16990d3b689fb483d51796e49a1a046a29e4cdfd (diff) | |
download | freebsd-ports-gnome-7f53b53b6eb0ca51fb9ed058b9dce721981e8139.tar.gz freebsd-ports-gnome-7f53b53b6eb0ca51fb9ed058b9dce721981e8139.tar.zst freebsd-ports-gnome-7f53b53b6eb0ca51fb9ed058b9dce721981e8139.zip |
- Update to 2.0.20140517.
- Fix build on 10.x and later.
- Add LICENSE.
Diffstat (limited to 'net')
-rw-r--r-- | net/sup/Makefile | 6 | ||||
-rw-r--r-- | net/sup/distinfo | 4 | ||||
-rw-r--r-- | net/sup/files/COPYING | 24 |
3 files changed, 31 insertions, 3 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index 8d20757c39cc..5607a10952b8 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -2,13 +2,17 @@ # $FreeBSD$ PORTNAME= sup -PORTVERSION= 2.0.20060802 +PORTVERSION= 2.0.20140517 CATEGORIES= net MASTER_SITES= LOCAL/hrs MAINTAINER= hrs@FreeBSD.org COMMENT= CMU's Software Update Protocol package +LICENSE= ISCL +LICENSE_FILE= ${FILESDIR}/COPYING + +MAKE_ARGS+= -DWITH_INSTALL_AS_USER PLIST_FILES= bin/sup bin/supfilesrv bin/supscan \ man/man1/sup.1.gz man/man8/supfilesrv.8.gz \ man/man8/supscan.8.gz man/man8/supservers.8.gz diff --git a/net/sup/distinfo b/net/sup/distinfo index c0bb3f84ab37..c51687e3fb44 100644 --- a/net/sup/distinfo +++ b/net/sup/distinfo @@ -1,2 +1,2 @@ -SHA256 (sup-2.0.20060802.tar.gz) = 258946d463d11859171cca016e5a9ec2a39820cd2ee9dc02c502f5006e56e011 -SIZE (sup-2.0.20060802.tar.gz) = 93457 +SHA256 (sup-2.0.20140517.tar.gz) = 8bf65babc037e9069d979f5d89fd33b14faf234e581aa19dd2257687fd17cd79 +SIZE (sup-2.0.20140517.tar.gz) = 93775 diff --git a/net/sup/files/COPYING b/net/sup/files/COPYING new file mode 100644 index 000000000000..681c0000ea36 --- /dev/null +++ b/net/sup/files/COPYING @@ -0,0 +1,24 @@ +$FreeBSD$ + +Copyright (c) 1991 Carnegie Mellon University +All Rights Reserved. + +Permission to use, copy, modify and distribute this software and its +documentation is hereby granted, provided that both the copyright +notice and this permission notice appear in all copies of the +software, derivative works or modified versions, and any portions +thereof, and that both notices appear in supporting documentation. + +CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" +CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR +ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. + +Carnegie Mellon requests users of this software to return to + + Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU + School of Computer Science + Carnegie Mellon University + Pittsburgh PA 15213-3890 + + any improvements or extensions that they make and grant Carnegie the rights + to redistribute these changes. |