svn commit: r545825 - in head/net/sup: . files
Hiroki Sato
hrs at FreeBSD.org
Sun Aug 23 15:36:37 UTC 2020
Author: hrs
Date: Sun Aug 23 15:36:36 2020
New Revision: 545825
URL: https://svnweb.freebsd.org/changeset/ports/545825
Log:
- Fix a build breakage when -fno-common is specified.
- Use Github.
Deleted:
head/net/sup/files/
Modified:
head/net/sup/Makefile
head/net/sup/distinfo
Modified: head/net/sup/Makefile
==============================================================================
--- head/net/sup/Makefile Sun Aug 23 15:17:19 2020 (r545824)
+++ head/net/sup/Makefile Sun Aug 23 15:36:36 2020 (r545825)
@@ -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 at 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 \
Modified: head/net/sup/distinfo
==============================================================================
--- head/net/sup/distinfo Sun Aug 23 15:17:19 2020 (r545824)
+++ head/net/sup/distinfo Sun Aug 23 15:36:36 2020 (r545825)
@@ -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
More information about the svn-ports-all
mailing list