Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2005 05:28:02 GMT
From:      Rob <lahaye@snu.ac.kr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/80605: port upgrade www/plugger from 5.1.2 to 5.1.3
Message-ID:  <200505040528.j445S2Dw006632@www.freebsd.org>
Resent-Message-ID: <200505040530.j445U2ut022778@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         80605
>Category:       ports
>Synopsis:       port upgrade www/plugger from 5.1.2 to 5.1.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 04 05:30:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Rob
>Release:        5.4-Stable
>Organization:
SNU
>Environment:
FreeBSD surfion3 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Apr  8 12:00:43 KST 2005     lahaye@10.0.0.3:/usr/obj/usr/src/sys/MYKERNEL  i386

>Description:

Patch to /usr/ports/www/plugger from version 5.1.2 to 5.1.3

Port has currently no maintainer.
>How-To-Repeat:

>Fix:
      diff -rNu plugger.orig/Makefile plugger/Makefile
--- plugger.orig/Makefile	Sat Feb 19 11:10:51 2005
+++ plugger/Makefile	Tue May  3 11:40:11 2005
@@ -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 -rNu plugger.orig/distinfo plugger/distinfo
--- plugger.orig/distinfo	Fri Jul  9 23:01:30 2004
+++ plugger/distinfo	Tue May  3 11:41:18 2005
@@ -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 -rNu plugger.orig/files/patch-Makefile.in plugger/files/patch-Makefile.in
--- plugger.orig/files/patch-Makefile.in	Sat Feb 19 11:10:51 2005
+++ plugger/files/patch-Makefile.in	Tue May  3 11:49:04 2005
@@ -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 -rNu plugger.orig/files/patch-configure plugger/files/patch-configure
--- plugger.orig/files/patch-configure	Fri Jul  9 23:01:31 2004
+++ plugger/files/patch-configure	Tue May  3 11:50:36 2005
@@ -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 -rNu plugger.orig/files/patch-plugger-oohelper plugger/files/patch-plugger-oohelper
--- plugger.orig/files/patch-plugger-oohelper	Thu Jan  1 09:00:00 1970
+++ plugger/files/patch-plugger-oohelper	Tue May  3 12:21:57 2005
@@ -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 -rNu plugger.orig/files/patch-plugger.c plugger/files/patch-plugger.c
--- plugger.orig/files/patch-plugger.c	Mon Feb 14 22:55:47 2005
+++ plugger/files/patch-plugger.c	Tue May  3 11:51:55 2005
@@ -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 -rNu plugger.orig/pkg-install plugger/pkg-install
--- plugger.orig/pkg-install	Fri Jul  9 23:01:30 2004
+++ plugger/pkg-install	Tue May  3 11:42:40 2005
@@ -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 @@
 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 @@
 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 -rNu plugger.orig/pkg-plist plugger/pkg-plist
--- plugger.orig/pkg-plist	Fri Jul  9 23:01:31 2004
+++ plugger/pkg-plist	Tue May  3 11:43:10 2005
@@ -1,6 +1,6 @@
-bin/plugger-5.1.2
+bin/plugger-5.1.3
 bin/plugger-controller
 bin/plugger-oohelper
-etc/pluggerrc-5.1.2.sample
+etc/pluggerrc-5.1.3.sample
 lib/browser_plugins/npplugger.so
 @unexec rmdir %D/lib/browser_plugins 2>/dev/null || true

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505040528.j445S2Dw006632>