svn commit: r354275 - in head/net/sup: . files

Hiroki Sato hrs at FreeBSD.org
Sat May 17 02:39:25 UTC 2014


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


More information about the svn-ports-all mailing list