Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2014 20:22:48 +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: r355907 - in head/print: . cups-smb-backend
Message-ID:  <201405302022.s4UKMm5S060222@svn.freebsd.org>

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



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