Bug 91097 - [patch] comms/gammu: update to new release version 1.04.0
Summary: [patch] comms/gammu: update to new release version 1.04.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-30 16:20 UTC by Boris B.Samorodov
Modified: 2006-01-19 17:04 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Boris B.Samorodov 2005-12-30 16:20:00 UTC
	A new version of comms/gammu is released at 29.12.2005. Updates since
	1.03.0 release:

	20051229 - 1.04.00
	* new functionality:
	  * support for specyfing port for MySQL server port            (Ehsan Akhgari)
	  * Gammu can take firmware versions from gammu.net phone database
	    and inform user, if there is any update available
	  * Gammu can fix/add JAR file size in JAD file during        (Andreas Leitgeb)
	    uploading it with --nokiaaddfile
	  * new -overwrite option for --nokiaaddfile                (Vlad Skarzhevskyy)
	    application|game. it deletes existing aplet with the same name
	    before uploading new. for testing.

	* fixes and improvements:
	  * network names updates                 (Nelson Murilo, Michal Cihar, others)
	  * increased buffers                                          (Roland Wundrig)
	  * we can set coding for sms status report texts in gsmsms.c  (Jorgen Thomsen)
	  * fixed bug in msvc2005 for getting online files

Fix: The patch is relative to the port:
	# cd /usr/ports/comms
	# patch -p0 < _the_patch_
	<delete gammu/*.orig and gammu/files/*.orig files>

	Note: There are two new patches to include <sys/socket.h> files
	      into the source tree.



WBR
-- 
bsam--tmnEiTUcWUc5HMAWFOesnFF7mwirITvcJXkb2Xhc0mKmCqBv
Content-Type: text/plain; name="gammu.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="gammu.patch"

diff -ruN gammu.orig/Makefile gammu/Makefile
--- gammu.orig/Makefile	Fri Dec 30 18:00:47 2005
+++ gammu/Makefile	Fri Dec 30 18:04:25 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gammu
-PORTVERSION=	1.03.0
+PORTVERSION=	1.04.0
 CATEGORIES=	comms
 MASTER_SITES=	http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/
 
diff -ruN gammu.orig/distinfo gammu/distinfo
--- gammu.orig/distinfo	Fri Dec 30 18:00:47 2005
+++ gammu/distinfo	Fri Dec 30 18:05:37 2005
@@ -1,3 +1,3 @@
-MD5 (gammu-1.03.0.tar.gz) = 1e9175547c27bf883f899ef8f4db1651
-SHA256 (gammu-1.03.0.tar.gz) = 524eba093fef653043081558b94c7ec38b26b9231e37178ca76b55d3bff6754c
-SIZE (gammu-1.03.0.tar.gz) = 915678
+MD5 (gammu-1.04.0.tar.gz) = 6c9b4428961eedc983e2925e364321d3
+SHA256 (gammu-1.04.0.tar.gz) = 383caa0633d32b28b7531856ace64e24d03ca217d41e606cf67f9c1432787067
+SIZE (gammu-1.04.0.tar.gz) = 929495
diff -ruN gammu.orig/files/patch-common.device.devfunc.c gammu/files/patch-common.device.devfunc.c
--- /dev/null	Thu Jan  1 03:00:00 1970
+++ gammu/files/patch-common.device.devfunc.c	Fri Dec 30 18:25:58 2005
@@ -0,0 +1,10 @@
+--- common/device/devfunc.c.orig	Fri Dec 30 18:23:20 2005
++++ common/device/devfunc.c	Fri Dec 30 18:23:43 2005
+@@ -17,6 +17,7 @@
+  */
+ 
+ #include <string.h>
++#include <sys/socket.h>
+ #ifdef WIN32
+ #  include <io.h>
+ #else
diff -ruN gammu.orig/files/patch-common.service.gsmmisc.c gammu/files/patch-common.service.gsmmisc.c
--- /dev/null	Thu Jan  1 03:00:00 1970
+++ gammu/files/patch-common.service.gsmmisc.c	Fri Dec 30 18:30:06 2005
@@ -0,0 +1,10 @@
+--- common/service/gsmmisc.c.orig	Fri Dec 30 18:18:47 2005
++++ common/service/gsmmisc.c	Fri Dec 30 18:19:07 2005
+@@ -3,6 +3,7 @@
+ #include <string.h>
+ #include <stdlib.h>
+ #include <sys/stat.h>
++#include <sys/socket.h>
+ #ifdef WIN32
+ #  include <io.h>
+ #  include <fcntl.h>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-12-30 16:21:51 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Andrey Slusar freebsd_committer freebsd_triage 2006-01-19 15:42:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

I'll take it.
Comment 3 Andrey Slusar freebsd_committer freebsd_triage 2006-01-19 17:04:06 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!