From owner-svn-ports-head@FreeBSD.ORG Mon Jun 15 12:13:11 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 53552F43; Mon, 15 Jun 2015 12:13:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 285BCEF9; Mon, 15 Jun 2015 12:13:11 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5FCDBB5090754; Mon, 15 Jun 2015 12:13:11 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5FCDA18090751; Mon, 15 Jun 2015 12:13:10 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201506151213.t5FCDA18090751@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Mon, 15 Jun 2015 12:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389698 - in head/print/cups: . files X-SVN-Group: ports-head 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.20 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: Mon, 15 Jun 2015 12:13:11 -0000 Author: amdmi3 Date: Mon Jun 15 12:13:10 2015 New Revision: 389698 URL: https://svnweb.freebsd.org/changeset/ports/389698 Log: - Convert to USES=metaport - BUILD_DEPENDS are not needed for a metaport - Substitude real paths in pkg-message Added: head/print/cups/files/ head/print/cups/files/pkg-message.in - copied unchanged from r389671, head/print/cups/pkg-message Deleted: head/print/cups/pkg-message Modified: head/print/cups/Makefile Modified: head/print/cups/Makefile ============================================================================== --- head/print/cups/Makefile Mon Jun 15 12:11:38 2015 (r389697) +++ head/print/cups/Makefile Mon Jun 15 12:13:10 2015 (r389698) @@ -3,20 +3,18 @@ PORTNAME= cups PORTVERSION= 2.0.3 +PORTREVISION= 1 CATEGORIES= print -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Common UNIX Printing System: Metaport to install complete system -BUILD_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \ +RUN_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \ lpr-cups:${PORTSDIR}/${PKGCATEGORY}/cups-base \ ttfread:${PORTSDIR}/${PKGCATEGORY}/cups-filters -RUN_DEPENDS:= ${BUILD_DEPENDS} -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes +USES= metaport + +SUB_FILES= pkg-message .include Copied: head/print/cups/files/pkg-message.in (from r389671, head/print/cups/pkg-message) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/cups/files/pkg-message.in Mon Jun 15 12:13:10 2015 (r389698, copy of r389671, head/print/cups/pkg-message) @@ -0,0 +1,9 @@ +====================================================================== + +CUPS is now installed. + +Please read the documentation in %%PREFIX%%/share/doc/cups/ for information +on how to set up your printer to use CUPS. Basic template configuration files +have been installed in %%PREFIX%%/etc/cups/ + +======================================================================