diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2020-08-23 15:36:36 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2020-08-23 15:36:36 +0000 |
commit | 027598b27ebdcd418767ed36ee7584de8769b66d (patch) | |
tree | f296d6bcf1e68da9c755c342e19999836b471972 /net/sup | |
parent | c2617c47c45771e1e835a089915aa347deae5420 (diff) | |
download | ports-027598b27ebdcd418767ed36ee7584de8769b66d.tar.gz ports-027598b27ebdcd418767ed36ee7584de8769b66d.zip |
Notes
Diffstat (limited to 'net/sup')
-rw-r--r-- | net/sup/Makefile | 8 | ||||
-rw-r--r-- | net/sup/distinfo | 5 | ||||
-rw-r--r-- | net/sup/files/COPYING | 24 | ||||
-rw-r--r-- | net/sup/files/patch-lib_Makefile | 14 | ||||
-rw-r--r-- | net/sup/files/patch-supscan_Makefile | 14 |
5 files changed, 8 insertions, 57 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index 07fdb3b57c2c..ac5e306869a7 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= sup -PORTVERSION= 2.0.20140517 +PORTVERSION= 2.0.20200824 +DISTVERSIONPREFIX= v CATEGORIES= net -MASTER_SITES= LOCAL/hrs MAINTAINER= hrs@FreeBSD.org COMMENT= CMU's Software Update Protocol package LICENSE= ISCL -LICENSE_FILE= ${FILESDIR}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE USES= uidfix +USE_GITHUB= yes +GH_ACCOUNT= hrs-allbsd PLIST_FILES= bin/sup bin/supfilesrv bin/supscan \ man/man1/sup.1.gz man/man8/supfilesrv.8.gz \ diff --git a/net/sup/distinfo b/net/sup/distinfo index c51687e3fb44..8914d88b3e7c 100644 --- a/net/sup/distinfo +++ b/net/sup/distinfo @@ -1,2 +1,3 @@ -SHA256 (sup-2.0.20140517.tar.gz) = 8bf65babc037e9069d979f5d89fd33b14faf234e581aa19dd2257687fd17cd79 -SIZE (sup-2.0.20140517.tar.gz) = 93775 +TIMESTAMP = 1598195490 +SHA256 (hrs-allbsd-sup-v2.0.20200824_GH0.tar.gz) = 8bfcf77954e138d3a34bf1abcb5bcd36865dd0d41ccc68f198554a1db1eacaba +SIZE (hrs-allbsd-sup-v2.0.20200824_GH0.tar.gz) = 93793 diff --git a/net/sup/files/COPYING b/net/sup/files/COPYING deleted file mode 100644 index 681c0000ea36..000000000000 --- a/net/sup/files/COPYING +++ /dev/null @@ -1,24 +0,0 @@ -$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. diff --git a/net/sup/files/patch-lib_Makefile b/net/sup/files/patch-lib_Makefile deleted file mode 100644 index 89d12b581d6b..000000000000 --- a/net/sup/files/patch-lib_Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- lib/Makefile.orig -+++ lib/Makefile -@@ -2,10 +2,9 @@ - - NOLINT= # defined - NOPIC= # defined --NOPROFILE=# defined - NO_LINT= # defined - NO_PIC= # defined --NO_PROFILE=# defined -+MK_PROFILE=no - - LIB= sup - diff --git a/net/sup/files/patch-supscan_Makefile b/net/sup/files/patch-supscan_Makefile deleted file mode 100644 index 4e4720ed1ff4..000000000000 --- a/net/sup/files/patch-supscan_Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- supscan/Makefile.orig -+++ supscan/Makefile -@@ -1,10 +1,8 @@ - # $NetBSD: Makefile,v 1.6 2002/09/18 13:31:56 lukem Exp $ - --NOMAN= # defined --NO_MAN= # defined -- - PROG= supscan - SRCS= supscan.c scan.c -+MAN= - - .PATH: ${.CURDIR}/../source - |