aboutsummaryrefslogtreecommitdiff
path: root/www/plugger
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-04 14:53:54 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-04 14:53:54 +0000
commiteda1585e2dad1a8df485e508cc183273caf44bcf (patch)
tree346457ba9619840de231c43126195efadedbd4a9 /www/plugger
parente01a6f68f79bf089d8073588d263243af89f3fcf (diff)
downloadports-eda1585e2dad1a8df485e508cc183273caf44bcf.tar.gz
ports-eda1585e2dad1a8df485e508cc183273caf44bcf.zip
Notes
Diffstat (limited to 'www/plugger')
-rw-r--r--www/plugger/Makefile2
-rw-r--r--www/plugger/distinfo4
-rw-r--r--www/plugger/files/patch-Makefile.in13
-rw-r--r--www/plugger/files/patch-configure8
-rw-r--r--www/plugger/files/patch-plugger-oohelper16
-rw-r--r--www/plugger/files/patch-plugger.c4
-rw-r--r--www/plugger/pkg-install8
-rw-r--r--www/plugger/pkg-plist5
8 files changed, 34 insertions, 26 deletions
diff --git a/www/plugger/Makefile b/www/plugger/Makefile
index 3061f25f3d55..0731f1869cec 100644
--- a/www/plugger/Makefile
+++ b/www/plugger/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= plugger
-PORTVERSION= 5.1.2
+PORTVERSION= 5.1.3
CATEGORIES= www audio graphics multimedia
MASTER_SITES= http://fredrik.hubbe.net/plugger/
diff --git a/www/plugger/distinfo b/www/plugger/distinfo
index 121b63336895..7a7ebd19dff1 100644
--- a/www/plugger/distinfo
+++ b/www/plugger/distinfo
@@ -1,2 +1,2 @@
-MD5 (plugger-5.1.2.tar.gz) = d3b93e7c8179e232fb796357b4b23099
-SIZE (plugger-5.1.2.tar.gz) = 75875
+MD5 (plugger-5.1.3.tar.gz) = 576e32a13955330ee3f7dca3583fcd62
+SIZE (plugger-5.1.3.tar.gz) = 90660
diff --git a/www/plugger/files/patch-Makefile.in b/www/plugger/files/patch-Makefile.in
index 0d7422fefb80..529b5467b17d 100644
--- a/www/plugger/files/patch-Makefile.in
+++ b/www/plugger/files/patch-Makefile.in
@@ -1,5 +1,5 @@
---- Makefile.in.orig Sun May 16 01:02:46 2004
-+++ Makefile.in Fri Sep 10 15:03:17 2004
+--- Makefile.in.orig Tue May 3 11:46:47 2005
++++ Makefile.in Tue May 3 11:48:35 2005
@@ -30,7 +30,7 @@
CC=@CC@
LD=@LD@
@@ -18,15 +18,6 @@
NORM_CFLAGS=
NORM_LDFLAGS=
XCFLAGS=@XCFLAGS@ @X_CFLAGS@
-@@ -79,7 +79,7 @@
- LDFLAGS=$(COMMON_LDFLAGS) $(NORM_LDFLAGS)
- SHARED_CFLAGS=$(COMMON_CFLAGS) $(XCFLAGS)
-
--## Targes
-+## Targets
- all: plugger.so plugger-$(VERSION) plugger-controller
-
-
@@ -132,7 +132,7 @@
plugger-helper.o: plugger.h
diff --git a/www/plugger/files/patch-configure b/www/plugger/files/patch-configure
index e0c738e75e72..4fcd27968af2 100644
--- a/www/plugger/files/patch-configure
+++ b/www/plugger/files/patch-configure
@@ -1,9 +1,9 @@
---- configure.orig Wed Jul 7 02:41:28 2004
-+++ configure Wed Jul 7 02:49:41 2004
-@@ -1819,10 +1819,10 @@
+--- configure.orig Tue May 3 11:49:26 2005
++++ configure Tue May 3 11:50:09 2005
+@@ -3704,10 +3704,10 @@
XLDFLAGS='-expect_unresolved "*" -shared -msym -O3'
;;
-
+
- FreeBSD)
+ FreeBSD*)
case "`file /bin/ls`" in
diff --git a/www/plugger/files/patch-plugger-oohelper b/www/plugger/files/patch-plugger-oohelper
new file mode 100644
index 000000000000..9357f9b655f0
--- /dev/null
+++ b/www/plugger/files/patch-plugger-oohelper
@@ -0,0 +1,16 @@
+--- plugger-oohelper.orig Tue May 3 12:20:51 2005
++++ plugger-oohelper Tue May 3 12:21:12 2005
+@@ -45,11 +45,11 @@
+ done
+ done
+
+-if [ "x${ooprefix}" == "xs" ]; then
++if [ "x${ooprefix}" = "xs" ]; then
+ exec s$1 -n "$@" "$file" >/dev/null
+ fi
+
+-if [ "x${ooprefix}" == "xo" ]; then
++if [ "x${ooprefix}" = "xo" ]; then
+ exec oo$1 -n "$@" "$file" >/dev/null
+ fi
+
diff --git a/www/plugger/files/patch-plugger.c b/www/plugger/files/patch-plugger.c
index 3bd90e6c9c05..b61b6fdaea5e 100644
--- a/www/plugger/files/patch-plugger.c
+++ b/www/plugger/files/patch-plugger.c
@@ -1,5 +1,5 @@
---- plugger.c.orig Fri Sep 10 14:42:03 2004
-+++ plugger.c Fri Sep 10 15:00:52 2004
+--- plugger.c.orig Tue May 3 11:51:06 2005
++++ plugger.c Tue May 3 11:51:32 2005
@@ -624,16 +624,6 @@
if(cb(fname, data)) return 1;
#endif
diff --git a/www/plugger/pkg-install b/www/plugger/pkg-install
index c8846c8c07e2..45d4b45ebeae 100644
--- a/www/plugger/pkg-install
+++ b/www/plugger/pkg-install
@@ -5,7 +5,7 @@
PKGNAME=$1
ACTION=$2
-FILES_DELETE="pluggerrc-5.1.2.old"
+FILES_DELETE="pluggerrc-5.1.3.old"
ETCDIR=${PKG_PREFIX}/etc
@@ -16,8 +16,8 @@ ECHO=/bin/echo
case "$ACTION" in
POST-INSTALL)
- if [ ! -f ${ETCDIR}/pluggerrc-5.1.2 ]; then
- ${CP} ${ETCDIR}/pluggerrc-5.1.2.sample ${ETCDIR}/pluggerrc-5.1.2
+ if [ ! -f ${ETCDIR}/pluggerrc-5.1.3 ]; then
+ ${CP} ${ETCDIR}/pluggerrc-5.1.3.sample ${ETCDIR}/pluggerrc-5.1.3
fi
;;
@@ -46,7 +46,7 @@ PRE-INSTALL)
POST-DEINSTALL)
${ECHO}
${ECHO} "If you are permanently removing this port,"
- ${ECHO} "you should do a ''rm -f ${ETCDIR}/pluggerrc-5.1.2''"
+ ${ECHO} "you should do a ''rm -f ${ETCDIR}/pluggerrc-5.1.3''"
${ECHO} "to remove it."
${ECHO}
;;
diff --git a/www/plugger/pkg-plist b/www/plugger/pkg-plist
index 34a33ab0d49e..50d5d4e89a99 100644
--- a/www/plugger/pkg-plist
+++ b/www/plugger/pkg-plist
@@ -1,6 +1,7 @@
-bin/plugger-5.1.2
+bin/plugger-5.1.3
bin/plugger-controller
bin/plugger-oohelper
-etc/pluggerrc-5.1.2.sample
+@unexec if cmp %D/etc/pluggerrc-5.1.3.sample %D/etc/pluggerrc-5.1.3 2>/dev/null; then rm -f %D/etc/pluggerrc-5.1.3; fi
+etc/pluggerrc-5.1.3.sample
lib/browser_plugins/npplugger.so
@unexec rmdir %D/lib/browser_plugins 2>/dev/null || true