- Update to 5.1.3

PR:		ports/80605
Submitted by:	Rob <lahaye@snu.ac.kr>
This commit is contained in:
Pav Lucistnik 2005-05-04 14:53:54 +00:00
parent e01a6f68f7
commit eda1585e2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134612
8 changed files with 34 additions and 26 deletions

View file

@ -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/

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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}
;;

View file

@ -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