From owner-svn-ports-all@FreeBSD.ORG Fri May 30 20:22:49 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B2A5F37; Fri, 30 May 2014 20:22:49 +0000 (UTC) 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 E29892CF6; Fri, 30 May 2014 20:22:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UKMmMH060224; Fri, 30 May 2014 20:22:48 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4UKMm5S060222; Fri, 30 May 2014 20:22:48 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201405302022.s4UKMm5S060222@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 30 May 2014 20:22:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355907 - in head/print: . cups-smb-backend X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 20:22:49 -0000 Author: amdmi3 Date: Fri May 30 20:22:48 2014 New Revision: 355907 URL: http://svnweb.freebsd.org/changeset/ports/355907 QAT: https://qat.redports.org/buildarchive/r355907/ Log: - Resurrect pring/cups-smb-backend. It was depended due to "No more public distfiles", however it never had nor needed distfiles to begin with. - Stagify CUPS smb backend allows *nix users to print to Windows-attached printers via smbspool program, which comes with Samba. WWW: http://www.cups.org/articles.php?L294 Pointyhat to: bapt Added: head/print/cups-smb-backend/ - copied from r347741, head/print/cups-smb-backend/ Modified: head/print/Makefile head/print/cups-smb-backend/Makefile Modified: head/print/Makefile ============================================================================== --- head/print/Makefile Fri May 30 20:09:48 2014 (r355906) +++ head/print/Makefile Fri May 30 20:22:48 2014 (r355907) @@ -39,6 +39,7 @@ SUBDIR += cups-pk-helper SUBDIR += cups-pstoraster SUBDIR += cups-samba + SUBDIR += cups-smb-backend SUBDIR += deforaos-pdfviewer SUBDIR += detex SUBDIR += dk-acroread8 Modified: head/print/cups-smb-backend/Makefile ============================================================================== --- head/print/cups-smb-backend/Makefile Mon Mar 10 11:40:33 2014 (r347741) +++ head/print/cups-smb-backend/Makefile Fri May 30 20:22:48 2014 (r355907) @@ -11,9 +11,6 @@ DISTFILES= # empty MAINTAINER= ports@FreeBSD.org COMMENT= CUPS backend for printing to Windows servers -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2014-03-10 - RUN_DEPENDS= smbspool:${PORTSDIR}/net/${SAMBA_PORT} \ ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base @@ -22,9 +19,8 @@ PLIST_FILES= libexec/cups/backend/smb SAMBA_PORT?= samba36 SUB_FILES= pkg-message -NO_STAGE= yes do-install: - ${LN} -fs ${PREFIX}/bin/smbspool ${PREFIX}/libexec/cups/backend/smb - @${CAT} ${PKGMESSAGE} + ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/cups/backend + ${LN} -fs ${PREFIX}/bin/smbspool ${STAGEDIR}${PREFIX}/libexec/cups/backend/smb .include