From d9a1a261ccca257281edb1d3a053d1155a837b38 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 6 Nov 2004 21:27:01 +0000 Subject: Add knob for a patch, which customizes a "journal link" dialog. It allows to use aliases for users when posting links on their journals PR: ports/73563 Submitted by: Roman Bogorodskiy Approved by: Mike (maintainer) --- deskutils/logjam/Makefile | 6 ++++++ deskutils/logjam/distinfo | 2 ++ 2 files changed, 8 insertions(+) (limited to 'deskutils') diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 6d2af9a9719..a2c15d4e81d 100644 --- a/deskutils/logjam/Makefile +++ b/deskutils/logjam/Makefile @@ -11,6 +11,12 @@ PORTREVISION?= 2 CATEGORIES= deskutils MASTER_SITES= http://logjam.danga.com/download/ +.if defined (WITH_EXTRA_PATCH) +PATCH_SITES= http://bmp-plugins.berlios.de/misc/patches/ +PATCHFILES= logjam_link.c.diff +PATCH_DIST_STRIP= -p0 +.endif + MAINTAINER= mike.patterson@unb.ca COMMENT= A GTK2 interface to livejournals, ie www.livejournal.com diff --git a/deskutils/logjam/distinfo b/deskutils/logjam/distinfo index fc31844b908..9d4f58c19e3 100644 --- a/deskutils/logjam/distinfo +++ b/deskutils/logjam/distinfo @@ -1,2 +1,4 @@ MD5 (logjam-4.4.0.tar.bz2) = 7ff366dee32d354338132bfd5c5adb46 SIZE (logjam-4.4.0.tar.bz2) = 604310 +MD5 (logjam_link.c.diff) = 944d94d47e0b3252098b3738dd5c8432 +SIZE (logjam_link.c.diff) = 2991 -- cgit