1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 2.0.20140517.

- Fix build on 10.x and later.
- Add LICENSE.
This commit is contained in:
Hiroki Sato 2014-05-17 02:39:24 +00:00
parent 9ff57fd18a
commit b155965534
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354275
3 changed files with 31 additions and 3 deletions

View File

@ -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

View File

@ -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

24
net/sup/files/COPYING Normal file
View File

@ -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.