diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 14:35:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-15 14:35:24 +0000 |
commit | 99e8906324bb2e40a414e2f63cb607ae4a74db73 (patch) | |
tree | 59d1bcd5987c8874cbcb1a96d6bd229400e9b7a5 /net-im | |
parent | 7def302047574fde461ab2bc515ff6c7a4a4361a (diff) | |
download | ports-99e8906324bb2e40a414e2f63cb607ae4a74db73.tar.gz ports-99e8906324bb2e40a414e2f63cb607ae4a74db73.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin-manualsize/Makefile | 17 | ||||
-rw-r--r-- | net-im/pidgin-manualsize/distinfo | 6 | ||||
-rw-r--r-- | net-im/pidgin-manualsize/files/patch-makefile | 10 | ||||
-rw-r--r-- | net-im/pidgin-manualsize/pkg-descr | 9 |
4 files changed, 26 insertions, 16 deletions
diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile index 3e55f2e87d9d..b3ef0a055f88 100644 --- a/net-im/pidgin-manualsize/Makefile +++ b/net-im/pidgin-manualsize/Makefile @@ -6,13 +6,13 @@ # PORTNAME= manualsize -PORTVERSION= 0.5a -PORTREVISION= 1 +PORTVERSION= 0.6 +PORTREVISION?= 0 CATEGORIES= net-im -MASTER_SITES= http://leapster.org/patches/pidgin/source/ \ +MASTER_SITES= http://myfotomx.com/files/ \ http://autocthonia.net/freebsd/distfiles/ PKGNAMEPREFIX= pidgin- -DISTNAME= ${PKGNAMEPREFIX}plugin-${PORTNAME}-${PORTVERSION} +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= jsatkinson@embarqmail.com COMMENT= Plugin to allow manual resizing of Pidgin's message input area @@ -20,10 +20,11 @@ COMMENT= Plugin to allow manual resizing of Pidgin's message input area BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -PLIST_FILES= lib/pidgin/manualsize.la \ - lib/pidgin/manualsize.so +MAKEFILE= makefile -GNU_CONFIGURE= yes -USE_GNOME= gnometarget +PLIST_FILES= lib/pidgin/manualsize.so + +USE_BZIP2= yes +ALL_TARGET= manualsize.so .include <bsd.port.mk> diff --git a/net-im/pidgin-manualsize/distinfo b/net-im/pidgin-manualsize/distinfo index 3e52427b6378..a2302cf9917f 100644 --- a/net-im/pidgin-manualsize/distinfo +++ b/net-im/pidgin-manualsize/distinfo @@ -1,3 +1,3 @@ -MD5 (pidgin-plugin-manualsize-0.5a.tar.gz) = 26f454fb617a9f4fb439b2299cb745ec -SHA256 (pidgin-plugin-manualsize-0.5a.tar.gz) = be10314b541a53a97d691b6c36222f834f11b36f4fc2a9ee4145e6a3bb55f6ad -SIZE (pidgin-plugin-manualsize-0.5a.tar.gz) = 321123 +MD5 (pidgin-manualsize-0.6.tar.bz2) = 0ec72f24349da5dd3c3e6d624f1e1d11 +SHA256 (pidgin-manualsize-0.6.tar.bz2) = b50be95c0a8b0c974d2c735cbccbd9c1bdb2a637336d2c930441db9cdff668d5 +SIZE (pidgin-manualsize-0.6.tar.bz2) = 4990 diff --git a/net-im/pidgin-manualsize/files/patch-makefile b/net-im/pidgin-manualsize/files/patch-makefile new file mode 100644 index 000000000000..59509a813c71 --- /dev/null +++ b/net-im/pidgin-manualsize/files/patch-makefile @@ -0,0 +1,10 @@ +--- makefile.orig 2008-07-14 11:37:57.000000000 -0400 ++++ makefile 2008-07-14 18:31:06.000000000 -0400 +@@ -4,5 +4,5 @@ + gcc -O2 -fPIC -shared -o manualsize.so `pkg-config --cflags pidgin` manualsize.c + + install: manualsize.so +- install -d -o root -g root -m 755 $(INSTALL_ROOT)`pkg-config --variable=libdir pidgin`/pidgin +- install -o root -g root -m 755 manualsize.so $(INSTALL_ROOT)`pkg-config --variable=libdir pidgin`/pidgin ++ install -d -o root -g wheel -m 755 $(INSTALL_ROOT)`pkg-config --variable=libdir pidgin`/pidgin ++ install -o root -g wheel -m 755 manualsize.so $(INSTALL_ROOT)`pkg-config --variable=libdir pidgin`/pidgin diff --git a/net-im/pidgin-manualsize/pkg-descr b/net-im/pidgin-manualsize/pkg-descr index c580e3cb4705..61f28dc6d8e9 100644 --- a/net-im/pidgin-manualsize/pkg-descr +++ b/net-im/pidgin-manualsize/pkg-descr @@ -1,6 +1,5 @@ -This is Paul Dwerryhouse's standalone version of Artemy Kapitula's manualsize -plugin. This plugin restores the ability for users to resize the text input area -of the message window. This functionality was the default behaviour in Pidgin -prior to version 2.4. +This is Artemy Kapitula's manualsize plugin. This plugin restores the ability +for users to resize the text input area of the message window. This +functionality was the default behaviour in Pidgin prior to version 2.4. -WWW: http://leapster.org/patches/pidgin/ +WWW: http://myfotomx.com/builds_en.html |