Bug 141375 - [patch] print/cups-base: create an empty directory for package
Summary: [patch] print/cups-base: create an empty directory for package
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-11 14:40 UTC by Boris Samorodov
Modified: 2009-12-12 10:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Samorodov freebsd_committer freebsd_triage 2009-12-11 14:40:05 UTC
	There is one more empty directory along with DATADIR/profiles is
	created when the port is installed. It's DATADIR/model. But the
	last one is not treated with the package. Let's create it.

Fix: . create DATADIR/model (an empty directory) with a package;
	. bump PORTREVISION.



-- 
WBR, bsam--6D8XG9owyBYEkSEbjQoXwboG0wIqCiEye9UNPNTkH0eMWgCs
Content-Type: text/plain; name="cups-base.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="cups-base.diff"

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/print/cups-base/Makefile,v
retrieving revision 1.131
diff -u -r1.131 Makefile
--- Makefile	8 Dec 2009 09:57:19 -0000	1.131
+++ Makefile	11 Dec 2009 14:14:23 -0000
@@ -8,7 +8,7 @@
 PORTNAME=	cups
 PORTVERSION=	1.4.2
 DISTVERSIONSUFFIX=	-source
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	print
 MASTER_SITES=	EASYSW/${PORTNAME}/${DISTVERSION}
 PKGNAMESUFFIX=	${CUPS_SUFFIX}${PKGNAMESUFFIX2}
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/print/cups-base/pkg-plist,v
retrieving revision 1.54
diff -u -r1.54 pkg-plist
--- pkg-plist	8 Dec 2009 08:20:56 -0000	1.54
+++ pkg-plist	11 Dec 2009 14:14:23 -0000
@@ -835,6 +835,7 @@
 @exec  mkdir -p %D/%%DATADIR%%/profiles
 @dirrm %%DATADIR%%/profiles
 @dirrm %%DATADIR%%/ppdc
+@exec  mkdir -p %D/%%DATADIR%%/model
 @dirrmtry %%DATADIR%%/model
 @dirrm %%DATADIR%%/mime
 @dirrm %%DATADIR%%/fonts
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-11 14:40:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-12-11 19:39:47 UTC
dinoex      2009-12-11 19:39:34 UTC

  FreeBSD ports repository

  Modified files:
    print/cups-base      pkg-plist 
  Log:
  - create empty model dir
  PR:             141375
  Submitted by:   Boris Samorodov
  
  Revision  Changes    Path
  1.55      +1 -0      ports/print/cups-base/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2009-12-12 10:19:02 UTC
State Changed
From-To: open->closed

committed, thanks.