Date: Tue, 16 May 2006 19:25:59 -0500 (EST) From: Wesley Shields <wxs@csh.rit.edu> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/97374: [PATCH]: Update deskutils/jlj Message-ID: <20060517002559.9E8095C2F@syn.atarininja.org> Resent-Message-ID: <200605162330.k4GNUIbe032241@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97374 >Category: ports >Synopsis: [PATCH]: Update deskutils/jlj >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: Tue May 16 23:30:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Wesley Shields >Release: FreeBSD 6.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD syn.csh.rit.edu 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Wed May 10 10:00:45 EST 2006 root@syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64 >Description: deskutils/jlj is up to 2.12 now, and includes tag support. The attached patch updates the port, removes the now unnecessary extra patches, sets myself as the maintainer, moves pkg-message to files/pkg-message.in and uses SUB_FILES on it now. Oh yeah, the pkg-plist now pleases portlint. Apologies if the patch is in a bizarre format, it's the first time I've used CVS to generate patches for ports. >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/deskutils/jlj/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile 14 Apr 2006 20:45:33 -0000 1.11 +++ Makefile 17 May 2006 00:23:57 -0000 @@ -6,22 +6,19 @@ # PORTNAME= jlj -PORTVERSION= 2.7 -PORTREVISION= 1 +PORTVERSION= 2.12 CATEGORIES= deskutils net MASTER_SITES= http://patsy.cis.rit.edu/Software/perl/ DISTNAME= ${PORTNAME}_${PORTVERSION} -PATCH_SITES= http://www.atarininja.org/~wxs/patches/ -PATCHFILES= jlj-tags-port.diff - -MAINTAINER= ports@FreeBSD.org +MAINTAINER= wxs@csh.rit.edu COMMENT= Jerry's command-line LiveJournal.com entry system WRKSRC= ${WRKDIR}/${PORTNAME} USE_PERL5= yes NO_BUILD= yes +SUB_FILES= pkg-message post-patch: @${PERL} -pi -e 's!/usr/bin/perl!${PERL}!' ${WRKSRC}/jlj.pl Index: distinfo =================================================================== RCS file: /home/ncvs/ports/deskutils/jlj/distinfo,v retrieving revision 1.10 diff -u -r1.10 distinfo --- distinfo 22 Jan 2006 08:24:33 -0000 1.10 +++ distinfo 17 May 2006 00:23:57 -0000 @@ -1,6 +1,3 @@ -MD5 (jlj_2.7.tar.gz) = 8be1675feaad41baed6ac3616a8a6fb9 -SHA256 (jlj_2.7.tar.gz) = 81f428b991b4b1cd8c5a820d0d6e599fc4cbc2458e986f06a3cf1a080df38fe1 -SIZE (jlj_2.7.tar.gz) = 30157 -MD5 (jlj-tags-port.diff) = 78c98ef68f68ea61dc8c13a0110b84c6 -SHA256 (jlj-tags-port.diff) = 42b0284517034ef49d72dc0ba72eacee8af2a0cfa75e16039ab4fc17769ba239 -SIZE (jlj-tags-port.diff) = 3498 +MD5 (jlj_2.12.tar.gz) = 55724c4d6d26211f34803ef856075234 +SHA256 (jlj_2.12.tar.gz) = da3e1626338c5337e28bb4bc8da0b64d7a8ab441a52aa2364037e9eea152bc27 +SIZE (jlj_2.12.tar.gz) = 32480 Index: pkg-message =================================================================== RCS file: pkg-message diff -N pkg-message --- pkg-message 24 May 2001 14:17:27 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,3 +0,0 @@ -Be sure to copy ${PREFIX}/share/examples/jlj/dot.livejournal.rc to -~/.livejournal.rc before running jlj. More details can be found -in ${PREFIX}/share/doc/jlj/README. Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/deskutils/jlj/pkg-plist,v retrieving revision 1.2 diff -u -r1.2 pkg-plist --- pkg-plist 4 Feb 2002 01:11:06 -0000 1.2 +++ pkg-plist 17 May 2006 00:23:57 -0000 @@ -1,5 +1,5 @@ bin/jlj -%%PORTDOCS%%share/doc/jlj/README -share/examples/jlj/dot.livejournal.rc -@dirrm share/examples/jlj -%%PORTDOCS%%@dirrm share/doc/jlj +%%PORTDOCS%%%%DOCSDIR%%/README +%%EXAMPLESDIR%%/dot.livejournal.rc +@dirrm %%EXAMPLESDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% Index: files/pkg-message.in =================================================================== RCS file: files/pkg-message.in diff -N files/pkg-message.in --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/pkg-message.in 17 May 2006 00:23:57 -0000 @@ -0,0 +1,7 @@ +--------------------------------------------------------------------- + +Be sure to copy %%PREFIX%%/share/examples/jlj/dot.livejournal.rc to +~/.livejournal.rc before running jlj. More details can be found +in %%PREFIX%%/share/doc/jlj/README. + +--------------------------------------------------------------------- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060517002559.9E8095C2F>