Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2015 12:13:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389698 - in head/print/cups: . files
Message-ID:  <201506151213.t5FCDA18090751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/
+
+======================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506151213.t5FCDA18090751>