Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2008 21:53:06 +0200 (CEST)
From:      Henrik Friedrichsen <hrkfrd@googlemail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127426: [MAINTAINER] update pidgin-msn-pecan to 0.0.16	
Message-ID:  <200809161953.m8GJr6E8075418@megawr.ath.cx>
Resent-Message-ID: <200809162000.m8GK02sL061883@freefall.freebsd.org>

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

>Number:         127426
>Category:       ports
>Synopsis:       [MAINTAINER] update pidgin-msn-pecan to 0.0.16
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 16 20:00:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Henrik Friedrichsen
>Release:        FreeBSD 7.1-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD dsp.megawr.ath.cx 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #0: Sat Sep 13 13:43:43 CEST 2008 root@dsp.megawr.ath.cx:/usr/obj/usr/src/sys/REAKTOR i386


	
msn-pecan 0.0.16 is out as of 16th September.
Here's the patch!
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- pecan.patch begins here ---
diff -Naur ./Makefile ../pidgin-msn-pecan/Makefile
--- ./Makefile	2008-09-16 21:37:00.000000000 +0200
+++ ../pidgin-msn-pecan/Makefile	2008-09-16 21:37:22.000000000 +0200
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	msn-pecan
-PORTVERSION=	0.0.15
+PORTVERSION=	0.0.16
 CATEGORIES=	net-im
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 PKGNAMEPREFIX=	pidgin-
diff -Naur ./distinfo ../pidgin-msn-pecan/distinfo
--- ./distinfo	2008-09-16 21:37:00.000000000 +0200
+++ ../pidgin-msn-pecan/distinfo	2008-09-16 21:39:28.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (msn-pecan-0.0.15.tar.bz2) = bc04bc322cdaf9ddcbc1604c1d20b47a
-SHA256 (msn-pecan-0.0.15.tar.bz2) = cac47e053e189adc963e03c5e02ae4b2ecf11f01b9804e5ee2b5e6b07fdb5e4d
-SIZE (msn-pecan-0.0.15.tar.bz2) = 114981
+MD5 (msn-pecan-0.0.16.tar.bz2) = 4f999947fca7e463cf423208a9bdac00
+SHA256 (msn-pecan-0.0.16.tar.bz2) = 1ebdb8603b40b74fca25f90ff4d32b05a83650d999ea8b4bc8bc23fd6218dc48
+SIZE (msn-pecan-0.0.16.tar.bz2) = 117322
diff -Naur ./files/patch-Makefile ../pidgin-msn-pecan/files/patch-Makefile
--- ./files/patch-Makefile	2008-09-16 21:37:00.000000000 +0200
+++ ../pidgin-msn-pecan/files/patch-Makefile	2008-09-16 21:48:07.000000000 +0200
@@ -1,29 +1,28 @@
---- Makefile.orig	2008-08-29 06:15:22.000000000 +0800
-+++ Makefile	2008-09-01 03:46:46.000000000 +0800
-@@ -27,16 +27,16 @@
+diff -Naur ./Makefile ../pecan/Makefile
+--- ./Makefile	2008-09-16 21:42:17.000000000 +0200
++++ ../pecan/Makefile	2008-09-16 21:45:04.000000000 +0200
+@@ -29,7 +29,7 @@
  OTHER_WARNINGS=-D_FORTIFY_SOURCE=2 -fstack-protector -g3 -Wdisabled-optimization \
  	       -Wendif-labels -Wformat=2 -Wstack-protector -Wswitch
  
 -CFLAGS+=-Wall # $(EXTRA_WARNINGS)
 +CFLAGS+=-Wall -I/usr/local/include # $(EXTRA_WARNINGS)
  
- override CFLAGS+=-I. -D PACKAGE='"msn-pecan"' -DENABLE_NLS -DHAVE_LIBPURPLE -DPURPLE_DEBUG -D PLUGIN_NAME='msn-pecan'
- 
+ override CFLAGS+=-I. -D PACKAGE='"libmsn-pecan"' -DENABLE_NLS -DHAVE_LIBPURPLE -DPURPLE_DEBUG -DLIBPURPLE_NEW_API \
+ 	-D PLUGIN_NAME='msn-pecan'
+@@ -43,7 +43,7 @@
  # For glib < 2.6 support (libpurple maniacs)
  FALLBACK_CFLAGS+=-I./fix_purple
  
 -LDFLAGS:=-Wl,--no-undefined
 +LDFLAGS:=-Wl,--no-undefined,-lintl
  
--DATA_DIR=/usr/share
-+DATA_DIR=/usr/local/share
- 
- purpledir=$(DESTDIR)/$(PURPLE_PREFIX)/lib/purple-2
- 
-@@ -180,5 +180,5 @@
+ prefix=$(DESTDIR)/$(PURPLE_PREFIX)
+ plugin_dir=$(prefix)/lib/purple-2
+@@ -199,5 +199,5 @@
  
  install_locales: $(foreach e,$(CATALOGS),po/libmsn-pecan-$(e).mo)
  	for x in $(CATALOGS); do \
--	install po/libmsn-pecan-$$x.mo $(DATA_DIR)/locale/$$x/LC_MESSAGES/libmsn-pecan.mo; \
-+	install -m 444 po/libmsn-pecan-$$x.mo $(DATA_DIR)/locale/$$x/LC_MESSAGES/libmsn-pecan.mo; \
+-	install -D po/libmsn-pecan-$$x.mo $(data_dir)/locale/$$x/LC_MESSAGES/libmsn-pecan.mo; \
++	install -m 444 po/libmsn-pecan-$$x.mo $(data_dir)/locale/$$x/LC_MESSAGES/libmsn-pecan.mo; \
  	done
--- pecan.patch ends here ---


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



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