From owner-svn-ports-all@FreeBSD.ORG Sat May 17 02:39:25 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AFB838A; Sat, 17 May 2014 02:39:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3A632227; Sat, 17 May 2014 02:39:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4H2dOTg012441; Sat, 17 May 2014 02:39:24 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4H2dO8p012437; Sat, 17 May 2014 02:39:24 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201405170239.s4H2dO8p012437@svn.freebsd.org> From: Hiroki Sato Date: Sat, 17 May 2014 02:39:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354275 - in head/net/sup: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 02:39:25 -0000 Author: hrs Date: Sat May 17 02:39:24 2014 New Revision: 354275 URL: http://svnweb.freebsd.org/changeset/ports/354275 QAT: https://qat.redports.org/buildarchive/r354275/ Log: - Update to 2.0.20140517. - Fix build on 10.x and later. - Add LICENSE. Added: head/net/sup/files/ head/net/sup/files/COPYING (contents, props changed) Modified: head/net/sup/Makefile head/net/sup/distinfo Modified: head/net/sup/Makefile ============================================================================== --- head/net/sup/Makefile Sat May 17 02:22:21 2014 (r354274) +++ head/net/sup/Makefile Sat May 17 02:39:24 2014 (r354275) @@ -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 Modified: head/net/sup/distinfo ============================================================================== --- head/net/sup/distinfo Sat May 17 02:22:21 2014 (r354274) +++ head/net/sup/distinfo Sat May 17 02:39:24 2014 (r354275) @@ -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 Added: head/net/sup/files/COPYING ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/sup/files/COPYING Sat May 17 02:39:24 2014 (r354275) @@ -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.