aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-15 22:35:24 +0800
committerpav <pav@FreeBSD.org>2008-07-15 22:35:24 +0800
commit5d39ca1bfdfd7a864d779e71cf24e7ee3dc242ef (patch)
tree4d231463ab41182078664fd23a99c934ce243645 /net-im
parent54755f694e198275d9372b7e3a0eb51a6f71b753 (diff)
downloadfreebsd-ports-graphics-5d39ca1bfdfd7a864d779e71cf24e7ee3dc242ef.tar.gz
freebsd-ports-graphics-5d39ca1bfdfd7a864d779e71cf24e7ee3dc242ef.tar.zst
freebsd-ports-graphics-5d39ca1bfdfd7a864d779e71cf24e7ee3dc242ef.zip
- Update to 0.6
Submitted by: Joseph S. Atkinson <jsatkinson@embarqmail.com> (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin-manualsize/Makefile17
-rw-r--r--net-im/pidgin-manualsize/distinfo6
-rw-r--r--net-im/pidgin-manualsize/files/patch-makefile10
-rw-r--r--net-im/pidgin-manualsize/pkg-descr9
4 files changed, 26 insertions, 16 deletions
diff --git a/net-im/pidgin-manualsize/Makefile b/net-im/pidgin-manualsize/Makefile
index 3e55f2e87d9..b3ef0a055f8 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 3e52427b637..a2302cf9917 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 00000000000..59509a813c7
--- /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 c580e3cb470..61f28dc6d8e 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