From owner-svn-ports-head@freebsd.org Tue Mar 13 22:18:22 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 A4F25F557ED; Tue, 13 Mar 2018 22:18:22 +0000 (UTC) (envelope-from tobik@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 52AFC79163; Tue, 13 Mar 2018 22:18:22 +0000 (UTC) (envelope-from tobik@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 4D7221FA0D; Tue, 13 Mar 2018 22:18:22 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2DMIMR1085472; Tue, 13 Mar 2018 22:18:22 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2DMILnL085470; Tue, 13 Mar 2018 22:18:21 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201803132218.w2DMILnL085470@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 13 Mar 2018 22:18:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464437 - in head/www: . quark X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/www: . quark X-SVN-Commit-Revision: 464437 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.25 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, 13 Mar 2018 22:18:22 -0000 Author: tobik Date: Tue Mar 13 22:18:21 2018 New Revision: 464437 URL: https://svnweb.freebsd.org/changeset/ports/464437 Log: www/quark: Readd with package name quark-server PR: 226226 Added: head/www/quark/ - copied from r464345, head/www/quark/ Modified: head/www/Makefile head/www/quark/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Tue Mar 13 22:12:31 2018 (r464436) +++ head/www/Makefile Tue Mar 13 22:18:21 2018 (r464437) @@ -1907,6 +1907,7 @@ SUBDIR += qt5-webkit SUBDIR += qt5-websockets SUBDIR += qt5-websockets-qml + SUBDIR += quark SUBDIR += qupzilla-qt4 SUBDIR += qupzilla-qt5 SUBDIR += qutebrowser Modified: head/www/quark/Makefile ============================================================================== --- head/www/quark/Makefile Tue Mar 13 07:10:23 2018 (r464345) +++ head/www/quark/Makefile Tue Mar 13 22:18:21 2018 (r464437) @@ -4,6 +4,7 @@ PORTNAME= quark DISTVERSION= g20180305 CATEGORIES= www MASTER_SITES= https://git.suckless.org/quark/snapshot/ +PKGNAMESUFFIX= -server DISTNAME= quark-6770dc06e69f422124d1e9c0efdefa7cc4e98b61 MAINTAINER= 0mp@FreeBSD.org @@ -11,6 +12,8 @@ COMMENT= Small and simple HTTP GET/HEAD-only web serve LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE + +CONFLICTS_INSTALL= quark PLIST_FILES= bin/quark \ man/man1/quark.1.gz