Cleaned / Fixed code to prevent sqlite3 locking the tables.
correct patch: diff -urN dalmp-old/Makefile dalmp/Makefile --- dalmp-old/Makefile 2011-10-01 14:49:46.183020191 +0000 +++ dalmp/Makefile 2011-10-01 14:49:52.016360949 +0000 @@ -6,7 +6,7 @@ # PORTNAME= dalmp -PORTVERSION= 1.320 +PORTVERSION= 1.321 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff -urN dalmp-old/distinfo dalmp/distinfo --- dalmp-old/distinfo 2011-10-01 14:49:46.183020191 +0000 +++ dalmp/distinfo 2011-10-01 14:49:55.226292207 +0000 @@ -1,2 +1,2 @@ -SHA256 (dalmp-1.320.tar.bz2) = 1338376377eeb7164b04d26c1bb0673afb0c077e06106347881dc4d0fbb7b1b7 -SIZE (dalmp-1.320.tar.bz2) = 18556 +SHA256 (dalmp-1.321.tar.bz2) = 91f8bb72bce53db306d8094a70ff2e469e8748774725b50070677ece4b4995cf +SIZE (dalmp-1.321.tar.bz2) = 18547
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
sunpoet 2011-10-01 15:30:43 UTC FreeBSD ports repository Modified files: databases/dalmp Makefile distinfo Log: - Update to 1.321 Changes: http://code.google.com/p/dalmp/source/detail?r=321 - Fixed table locks with sqlite3 PR: ports/161207 Submitted by: Nicolas de Bari <nbari@dalmp.com> (maintainer) Revision Changes Path 1.14 +1 -1 ports/databases/dalmp/Makefile 1.15 +2 -2 ports/databases/dalmp/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!