svn commit: r389698 - in head/print/cups: . files
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 15 12:13:11 UTC 2015
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 at 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/
+
+======================================================================
More information about the svn-ports-all
mailing list