1. There is no current maintainer. 2. New release is out: http://freshmeat.net/projects/gammu/ Changes since 1.05.00: 20060418 - 1.06.00 [!] No more gammu.net. There is gammu.org instead. We release this version as 1.06.00, because we want force people to upgrade link [+] Some new texts in Polish localisation (Tomek Fizyk) [*] SMSD DB updated to version 6. There should be "real" UTF8 used now and less problems with MySQL 5 (of course, PHP and SMSD updated too) [*] New method of informing about changes in ChangeLog: [!] Important [+] New functionality [*] Changes in existing functionality [-] Fixed error [*] gammu.txt -> gammu.htm (from Wiki, currently temporary version) [*] readme.txt redirects to wiki [*] new functions for utf8 [-] * Fix, when config file not available (Michal Cihar) [-] * Fix for SMSD [-] * as there are architectures where char is unsigned by default, for SMS->Class we need to explicitly use signed one (it is set/compared for -1) [-] * avoid error in configure when rpm is not installed [-] * second changes type used for length to size_t, which is big enough to hold possible pointer size [-] improved vcf restoring Fix: 1. Take maintainership. Thanks Kirill for good work in the past! 2. Update pkg-descr to point at new web site. 3. Update to new version. The patch is relative to the port: # cd /usr/ports/comms # patch -p0 < _the_patch_ <delete gammu/*.orig> ===== start gammu.patch ===== -- bsam--UIK6DLAeFNio96F75dJ4SuoTSywrwwqaDK9DQqfZANnMcWt2 Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -ruN gammu.orig/Makefile gammu/Makefile --- gammu.orig/Makefile Wed May 10 09:48:37 2006 +++ gammu/Makefile Wed May 10 10:22:04 2006 @@ -6,11 +6,12 @@ # PORTNAME= gammu -PORTVERSION= 1.05.00 +PORTVERSION= 1.06.00 CATEGORIES= comms -MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/ +MASTER_SITES= http://www.mwiacek.com/zips/gsm/gammu/stable/1_0x/ \ + http://cihar.com/gammu/zips/gammu/stable/1_0x/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bsam@ipt.ru COMMENT= GNU All Mobile Management Utilities MAN1= gammu.1 diff -ruN gammu.orig/distinfo gammu/distinfo --- gammu.orig/distinfo Wed May 10 09:48:37 2006 +++ gammu/distinfo Wed May 10 10:02:26 2006 @@ -1,3 +1,3 @@ -MD5 (gammu-1.05.00.tar.gz) = d63df5146f6bbe27b758e874d28423d7 -SHA256 (gammu-1.05.00.tar.gz) = da95d899bd610b367457c631c91bf2f018da3fa0dc51fad98093e81dbe6bd6b6 -SIZE (gammu-1.05.00.tar.gz) = 1017137 +MD5 (gammu-1.06.00.tar.gz) = bc96e1851fecf5795048ce657c8bd67b +SHA256 (gammu-1.06.00.tar.gz) = b922563007de16a301874023aa47ae36605d91394bb00877e0ecbf579f92617b +SIZE (gammu-1.06.00.tar.gz) = 1014476 diff -ruN gammu.orig/pkg-descr gammu/pkg-descr --- gammu.orig/pkg-descr Wed May 10 09:48:37 2006 +++ gammu/pkg-descr Wed May 10 10:33:02 2006 @@ -5,7 +5,7 @@ Java support, ringtones, pictures, and many, many other good things. -WWW: http://www.mwiacek.com +WWW: http://www.gammu.org/wiki/index.php?title=Gammu:Main_Page - Kirill Bezzubets <kirill@solaris.ru> ===== stop gammu.patch =====
State Changed From-To: open->closed Committed. Thanks!