Date: Sun, 3 Dec 2006 00:27:02 GMT From: Jonathan Weiss<jw@innerewut.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/106244: [UPDATE] fix www/rubygem-redcloth pkg-plist Message-ID: <200612030027.kB30R2DT060818@www.freebsd.org> Resent-Message-ID: <200612030030.kB30UAf4095552@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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@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 -@dirrm %%GEMS_DIR%%/RedCloth-3.0.3/tests -@dirrm %%GEMS_DIR%%/RedCloth-3.0.3/lib -@dirrm %%GEMS_DIR%%/RedCloth-3.0.3/bin -@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%% +@dirrm %%GEM_LIB_DIR%%/tests +@dirrm %%GEM_LIB_DIR%%/lib +@dirrm %%GEM_LIB_DIR%%/bin +@dirrm %%GEM_LIB_DIR%% +@dirrm %%GEM_DOC_DIR%% >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612030027.kB30R2DT060818>