Bug 161207 - update port databases/dalmp
Summary: update port databases/dalmp
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-01 15:40 UTC by nbari
Modified: 2011-10-01 16:40 UTC (History)
1 user (show)

See Also:


Attachments
dalmp.diff (439 bytes, patch)
2011-10-01 15:40 UTC, nbari
no flags Details | Diff
dalmp.diff (728 bytes, patch)
2011-10-01 16:14 UTC, nbari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nbari 2011-10-01 15:40:05 UTC
Cleaned / Fixed code to prevent sqlite3 locking the tables.
Comment 1 nbari 2011-10-01 15:50:50 UTC
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
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-10-01 16:21:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-10-01 16:30:52 UTC
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"
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2011-10-01 16:31:00 UTC
State Changed
From-To: open->closed

Committed. Thanks!