diff options
author | pav <pav@FreeBSD.org> | 2004-11-07 05:27:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-07 05:27:01 +0800 |
commit | d9a1a261ccca257281edb1d3a053d1155a837b38 (patch) | |
tree | 68badf074fb15599c3af3ab33c712975ad3c88eb /deskutils/logjam | |
parent | 1e4d0c321bcc7ba9211309bfeabd826eca5fc01e (diff) | |
download | freebsd-ports-gnome-d9a1a261ccca257281edb1d3a053d1155a837b38.tar.gz freebsd-ports-gnome-d9a1a261ccca257281edb1d3a053d1155a837b38.tar.zst freebsd-ports-gnome-d9a1a261ccca257281edb1d3a053d1155a837b38.zip |
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 <bogorodskiy@inbox.ru>
Approved by: Mike <mike.patterson@unb.ca> (maintainer)
Diffstat (limited to 'deskutils/logjam')
-rw-r--r-- | deskutils/logjam/Makefile | 6 | ||||
-rw-r--r-- | deskutils/logjam/distinfo | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/deskutils/logjam/Makefile b/deskutils/logjam/Makefile index 6d2af9a9719c..a2c15d4e81d4 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 fc31844b9089..9d4f58c19e3e 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 |