diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-06 21:27:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-06 21:27:01 +0000 |
commit | dc88962b9426ac08d6841efdcd6e5d30718016ed (patch) | |
tree | 073dc7c7d7cafd99e2572e668a87cc4342c39cf2 /deskutils | |
parent | - Fix build with latest windowmaker (diff) |
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)
Notes
Notes:
svn path=/head/; revision=120996
Diffstat (limited to 'deskutils')
-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 |