From owner-svn-ports-head@freebsd.org Tue Oct 16 20:05:44 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 992CB10E064E; Tue, 16 Oct 2018 20:05:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D7A97DD96; Tue, 16 Oct 2018 20:05:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6896E2155E; Tue, 16 Oct 2018 20:05:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9GK5iLN011567; Tue, 16 Oct 2018 20:05:44 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9GK5iE5011566; Tue, 16 Oct 2018 20:05:44 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201810162005.w9GK5iE5011566@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 16 Oct 2018 20:05:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482258 - head/graphics/wayland X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/wayland X-SVN-Commit-Revision: 482258 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2018 20:05:44 -0000 Author: sunpoet Date: Tue Oct 16 20:05:43 2018 New Revision: 482258 URL: https://svnweb.freebsd.org/changeset/ports/482258 Log: Update MASTER_SITES - While I'm here, sort USES Approved by: portmgr (blanket) Modified: head/graphics/wayland/Makefile Modified: head/graphics/wayland/Makefile ============================================================================== --- head/graphics/wayland/Makefile Tue Oct 16 20:05:35 2018 (r482257) +++ head/graphics/wayland/Makefile Tue Oct 16 20:05:43 2018 (r482258) @@ -4,7 +4,7 @@ PORTNAME= wayland PORTVERSION= 1.16.0 CATEGORIES= graphics wayland -MASTER_SITES= http://wayland.freedesktop.org/releases/ +MASTER_SITES= https://wayland.freedesktop.org/releases/ MAINTAINER= x11@FreeBSD.org COMMENT= Wayland composite "server" @@ -20,7 +20,7 @@ CFLAGS+= "-I${LOCALBASE}/include/libepoll-shim" WITH_DEBUG= 1 -USES= autoreconf gnome gmake libtool localbase pathfix pkgconfig tar:xz +USES= autoreconf gmake gnome libtool localbase pathfix pkgconfig tar:xz USE_GNOME= libxslt:build USE_LDCONFIG= yes GNU_CONFIGURE= yes