ports/106244: [UPDATE] fix www/rubygem-redcloth pkg-plist

Jonathan Weiss jw at innerewut.de
Sun Dec 3 00:30:23 UTC 2006


>Number:         106244
>Category:       ports
>Synopsis:       [UPDATE] fix www/rubygem-redcloth pkg-plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 03 00:30:10 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jonathan Weiss
>Release:        6_STABLE
>Organization:
>Environment:
FreeBSD xxx.nodomain 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Dec  1 12:44:37 CET 2006     root at xxx.nodomain:/usr/obj/usr/src/sys/XXX  i386
>Description:
This patch fixes the pkg-plist after the recent ruby-gems update. Further it simplyfies it by using more PLIST_SUBs.
>How-To-Repeat:
use the patch supplied below.
>Fix:
cvs diff: Diffing .
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/rubygem-redcloth/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile    8 Aug 2006 11:35:26 -0000       1.6
+++ Makefile    3 Dec 2006 00:24:58 -0000
@@ -15,6 +15,8 @@
 MAINTAINER=    jw at innerewut.de
 COMMENT=       A module for using Textile in Ruby
 
+GEM_NAME=      ${DISTNAME}
+
 .include <bsd.port.pre.mk>
 .include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
 .include <bsd.port.post.mk>
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/www/rubygem-redcloth/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist   17 Oct 2005 11:48:31 -0000      1.2
+++ pkg-plist   3 Dec 2006 00:24:58 -0000
@@ -1,18 +1,19 @@
-%%CACHE_DIR%%/RedCloth-3.0.3.gem
-%%GEMS_DIR%%/RedCloth-3.0.3/bin/redcloth
-%%GEMS_DIR%%/RedCloth-3.0.3/lib/redcloth.rb
-%%GEMS_DIR%%/RedCloth-3.0.3/run-tests.rb
-%%GEMS_DIR%%/RedCloth-3.0.3/tests/code.yml
-%%GEMS_DIR%%/RedCloth-3.0.3/tests/images.yml
-%%GEMS_DIR%%/RedCloth-3.0.3/tests/instiki.yml
-%%GEMS_DIR%%/RedCloth-3.0.3/tests/links.yml
-%%GEMS_DIR%%/RedCloth-3.0.3/tests/lists.yml
-%%GEMS_DIR%%/RedCloth-3.0.3/tests/markdown.yml
-%%GEMS_DIR%%/RedCloth-3.0.3/tests/poignant.yml
-%%GEMS_DIR%%/RedCloth-3.0.3/tests/table.yml
-%%GEMS_DIR%%/RedCloth-3.0.3/tests/textism.yml
-%%SPEC_DIR%%/RedCloth-3.0.3.gemspec
- at dirrm %%GEMS_DIR%%/RedCloth-3.0.3/tests
- at dirrm %%GEMS_DIR%%/RedCloth-3.0.3/lib
- at dirrm %%GEMS_DIR%%/RedCloth-3.0.3/bin
- at dirrm %%GEMS_DIR%%/RedCloth-3.0.3
+%%GEM_CACHE%%
+%%GEM_LIB_DIR%%/bin/redcloth
+%%GEM_LIB_DIR%%/lib/redcloth.rb
+%%GEM_LIB_DIR%%/run-tests.rb
+%%GEM_LIB_DIR%%/tests/code.yml
+%%GEM_LIB_DIR%%/tests/images.yml
+%%GEM_LIB_DIR%%/tests/instiki.yml
+%%GEM_LIB_DIR%%/tests/links.yml
+%%GEM_LIB_DIR%%/tests/lists.yml
+%%GEM_LIB_DIR%%/tests/markdown.yml
+%%GEM_LIB_DIR%%/tests/poignant.yml
+%%GEM_LIB_DIR%%/tests/table.yml
+%%GEM_LIB_DIR%%/tests/textism.yml
+%%GEM_SPEC%%
+ at dirrm %%GEM_LIB_DIR%%/tests
+ at dirrm %%GEM_LIB_DIR%%/lib
+ at dirrm %%GEM_LIB_DIR%%/bin
+ at dirrm %%GEM_LIB_DIR%%
+ at dirrm %%GEM_DOC_DIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list