conserver upstream has moved to github (and is providing stable uploaded
tarballs rather than relying on the auto-generated ones), so switch MASTER_SITES, and use https for HOMEPAGE while there
This commit is contained in:
parent
4a45df0710
commit
35651d91a2
@ -1,14 +1,15 @@
|
|||||||
# $OpenBSD: Makefile,v 1.58 2018/01/11 19:27:01 rpe Exp $
|
# $OpenBSD: Makefile,v 1.59 2018/04/11 14:47:16 sthen Exp $
|
||||||
|
|
||||||
COMMENT= manage remote serial consoles via TCP/IP
|
COMMENT= manage remote serial consoles via TCP/IP
|
||||||
|
|
||||||
DISTNAME= conserver-8.2.1
|
V= 8.2.1
|
||||||
REVISION= 5
|
DISTNAME= conserver-$V
|
||||||
|
REVISION= 6
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
|
|
||||||
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
||||||
|
|
||||||
HOMEPAGE= http://www.conserver.com/
|
HOMEPAGE= https://www.conserver.com/
|
||||||
|
|
||||||
# BSD
|
# BSD
|
||||||
PERMIT_PACKAGE_CDROM= Yes
|
PERMIT_PACKAGE_CDROM= Yes
|
||||||
@ -18,8 +19,7 @@ WANTLIB += c util
|
|||||||
FLAVORS= ipmi net
|
FLAVORS= ipmi net
|
||||||
FLAVOR?=
|
FLAVOR?=
|
||||||
|
|
||||||
MASTER_SITES= ${HOMEPAGE} \
|
MASTER_SITES= https://github.com/conserver/conserver/releases/download/v$V/
|
||||||
ftp://ftp.conserver.com/conserver/
|
|
||||||
|
|
||||||
AUTOCONF_VERSION= 2.68
|
AUTOCONF_VERSION= 2.68
|
||||||
CONFIGURE_STYLE= autoconf
|
CONFIGURE_STYLE= autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user