Date: Thu, 26 Apr 2007 15:59:15 +1000 (YAKST) From: Alexander Logvinov <ports@logvinov.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Alexander Logvinov <ports@logvinov.com> Subject: ports/112155: [PATCH] www/rubygem-bluecloth: simplify pkg-plist Message-ID: <200704260559.l3Q5xFum093727@blg.akavia.ru> Resent-Message-ID: <200704260600.l3Q60J4o001691@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 112155 >Category: ports >Synopsis: [PATCH] www/rubygem-bluecloth: simplify pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 26 06:00:18 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Alexander Logvinov >Release: FreeBSD 6.2-RELEASE-p3 i386 >Organization: >Environment: >Description: Simplify pkg-plist Take maintainership >How-To-Repeat: >Fix: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/www/rubygem-bluecloth/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 9 Apr 2007 10:59:02 -0000 1.6 +++ Makefile 26 Apr 2007 05:50:38 -0000 @@ -8,10 +8,10 @@ MASTER_SITES= http://www.deveiate.org/code/ DISTNAME= BlueCloth-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@logvinov.com COMMENT= Ruby implementation of Markdown, a text-to-HTML conversion tool -PLIST_SUB+= DISTNAME="${DISTNAME}" +GEM_NAME= ${DISTNAME} .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/ruby-gems/Makefile.common" Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/www/rubygem-bluecloth/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 8 Apr 2007 09:02:58 -0000 1.2 +++ pkg-plist 26 Apr 2007 05:50:38 -0000 @@ -1,25 +1,25 @@ -%%CACHE_DIR%%/%%DISTNAME%%.gem -%%GEMS_DIR%%/%%DISTNAME%%/bin/bluecloth -%%GEMS_DIR%%/%%DISTNAME%%/lib/bluecloth.rb -%%GEMS_DIR%%/%%DISTNAME%%/CHANGES -%%GEMS_DIR%%/%%DISTNAME%%/LICENSE -%%GEMS_DIR%%/%%DISTNAME%%/README -%%GEMS_DIR%%/%%DISTNAME%%/install.rb -%%GEMS_DIR%%/%%DISTNAME%%/test.rb -%%GEMS_DIR%%/%%DISTNAME%%/utils.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/00_Class.tests.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/05_Markdown.tests.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/10_Bug.tests.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/15_Contrib.tests.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/bctestcase.rb -%%GEMS_DIR%%/%%DISTNAME%%/tests/data/antsugar.txt -%%GEMS_DIR%%/%%DISTNAME%%/tests/data/ml-announce.txt -%%GEMS_DIR%%/%%DISTNAME%%/tests/data/re-overflow.txt -%%GEMS_DIR%%/%%DISTNAME%%/tests/data/re-overflow2.txt -%%SPEC_DIR%%/%%DISTNAME%%.gemspec -@dirrm %%GEMS_DIR%%/%%DISTNAME%%/tests/data -@dirrm %%GEMS_DIR%%/%%DISTNAME%%/tests -@dirrm %%GEMS_DIR%%/%%DISTNAME%%/lib -@dirrm %%GEMS_DIR%%/%%DISTNAME%%/bin -@dirrm %%GEMS_DIR%%/%%DISTNAME%% -@dirrm %%DOC_DIR%%/%%DISTNAME%% +%%GEM_CACHE%% +%%GEM_SPEC%% +%%GEM_LIB_DIR%%/utils.rb +%%GEM_LIB_DIR%%/tests/bctestcase.rb +%%GEM_LIB_DIR%%/tests/00_Class.tests.rb +%%GEM_LIB_DIR%%/tests/05_Markdown.tests.rb +%%GEM_LIB_DIR%%/tests/10_Bug.tests.rb +%%GEM_LIB_DIR%%/tests/15_Contrib.tests.rb +%%GEM_LIB_DIR%%/tests/data/antsugar.txt +%%GEM_LIB_DIR%%/tests/data/ml-announce.txt +%%GEM_LIB_DIR%%/tests/data/re-overflow.txt +%%GEM_LIB_DIR%%/tests/data/re-overflow2.txt +%%GEM_LIB_DIR%%/test.rb +%%GEM_LIB_DIR%%/README +%%GEM_LIB_DIR%%/CHANGES +%%GEM_LIB_DIR%%/LICENSE +%%GEM_LIB_DIR%%/lib/bluecloth.rb +%%GEM_LIB_DIR%%/install.rb +%%GEM_LIB_DIR%%/bin/bluecloth +@dirrm %%GEM_LIB_DIR%%/bin +@dirrm %%GEM_LIB_DIR%%/lib +@dirrm %%GEM_LIB_DIR%%/tests/data +@dirrm %%GEM_LIB_DIR%%/tests +@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?200704260559.l3Q5xFum093727>