Bug 190085 - [patch] print/cups-base remove cups-browsed rc script
Summary: [patch] print/cups-base remove cups-browsed rc script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 20:30 UTC by Rafael Ostertag
Modified: 2014-05-22 13:50 UTC (History)
0 users

See Also:


Attachments
cups-base.diff (1.29 KB, patch)
2014-05-21 20:30 UTC, Rafael Ostertag
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Ostertag 2014-05-21 20:30:00 UTC
cups-browsed is not provided by print/cups-base. This patch reverts the changes made in PR188550, i.e. removes the cups-browsed rc script from print/cups-base.

cups-browsed is provided by print/cups-filters. A follow-up PR will be submitted.


Deleted files
-------------
files/cups_browsed.in

Fix: n/a
How-To-Repeat: n/a
Comment 1 dfilter service freebsd_committer freebsd_triage 2014-05-22 13:40:27 UTC
Author: bsam
Date: Thu May 22 12:40:17 2014
New Revision: 354831
URL: http://svnweb.freebsd.org/changeset/ports/354831
QAT: https://qat.redports.org/buildarchive/r354831/

Log:
  print/cups-base: remove files/cups_browsed.in, it does not belong here
  
  . remove using cups_browsed.in;  [1]
  . bump PORTREVISION.
  
  PR:		ports/190085  [1]
  Submitted by:	Fafael Ostertag <rafi@guengel.ch>  [1]

Deleted:
  head/print/cups-base/files/cups_browsed.in
Modified:
  head/print/cups-base/Makefile

Modified: head/print/cups-base/Makefile
==============================================================================
--- head/print/cups-base/Makefile	Thu May 22 12:38:25 2014	(r354830)
+++ head/print/cups-base/Makefile	Thu May 22 12:40:17 2014	(r354831)
@@ -62,7 +62,7 @@ CUPS_SUFFIX=	-image
 LICENSE=	LGPL21
 OPTIONS_DEFINE=	GNUTLS
 .else
-PORTREVISION=	0
+PORTREVISION=	1
 CUPS_SUFFIX=	-base
 OPTIONS_DEFINE=	GNUTLS LIBPAPER PHP PYTHON PAM DBUS LIBUSB XDG_OPEN AVAHI MDNSRESPONDER ICONS
 OPTIONS_DEFAULT=	LIBPAPER MDNSRESPONDER ICONS
@@ -104,7 +104,7 @@ LIB_DEPENDS+=	libcups.so:${PORTSDIR}/${P
 BUILD_DEPENDS+=	cups-client${PKGNAMESUFFIX2}>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-client
 BUILD_DEPENDS+=	cups-image${PKGNAMESUFFIX2}>=${PORTVERSION}:${PORTSDIR}/${PKGCATEGORY}/cups-image
 COMMENT2=	Server
-USE_RC_SUBR=	cupsd cups_browsed
+USE_RC_SUBR=	cupsd
 PLIST_SUB+=	CACHEDIR="${CUPS_CACHEDIR}"
 .if ${ARCH} == "ia64"
 BROKEN=		stack-protector not supported on ia64
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Boris Samorodov freebsd_committer freebsd_triage 2014-05-22 13:50:09 UTC
State Changed
From-To: open->closed

Committed, thanks!