svn commit: r355907 - in head/print: . cups-smb-backend

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri May 30 20:22:49 UTC 2014


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 at 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>


More information about the svn-ports-all mailing list