Bug 94993 - [MAINTAINER] security/libpreludedb: update to 0.9.7
Summary: [MAINTAINER] security/libpreludedb: update to 0.9.7
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-27 09:00 UTC by Robin Gruyters
Modified: 2006-03-28 11:56 UTC (History)
0 users

See Also:


Attachments
libpreludedb-0.9.7.patch (3.51 KB, patch)
2006-03-27 09:00 UTC, Robin Gruyters
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Gruyters 2006-03-27 09:00:42 UTC
Changelog:
- Update to 0.9.7
- Update pkg-plist file

Generated with FreeBSD Port Tools 0.63
Comment 1 Renato Botelho freebsd_committer freebsd_triage 2006-03-27 16:21:46 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

I'll take it.
Comment 2 Renato Botelho freebsd_committer freebsd_triage 2006-03-27 17:13:46 UTC
Are there another ports that install files on lib/libpreludedd/*?
You are changing the port now to yse dirrmtry to these places,
dirrmtry is good when more than one application installl files at
same place. If just one do it, it's not necessary, and is best use
@dirrm to be warned if files stay on directory after deinstall.

Thanks
-- 
Renato Botelho <garga @ FreeBSD.org>
               <freebsd @ galle.com.br>
GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2006-03-27 17:16:05 UTC
State Changed
From-To: open->feedback

Ask maintainer about dirrmtry use
Comment 4 Robin Gruyters 2006-03-28 08:26:40 UTC
Quoting Renato Botelho <garga@FreeBSD.org>:

> Are there another ports that install files on lib/libpreludedd/*?
> You are changing the port now to yse dirrmtry to these places,
> dirrmtry is good when more than one application installl files at
> same place. If just one do it, it's not necessary, and is best use
> @dirrm to be warned if files stay on directory after deinstall.
>
Hello Renato,

No, only libpreludedb writes in theses directories. I have updated the 
pkg-plist
(see below).

[...]
--- /usr/ports/security/libpreludedb/pkg-plist  Wed Mar 22 12:07:47 2006
+++ /data2/FreeBSD/custom_ports/security/libpreludedb/pkg-plist Tue Mar 28
09:20:37 2006
@@ -9,20 +9,17 @@
include/libpreludedb/preludedb-version.h
include/libpreludedb/preludedb-error.h
include/libpreludedb/preludedb.h
-lib/libpreludedb.so.2
+lib/libpreludedb.so.3
lib/libpreludedb.so
lib/libpreludedb.la
lib/libpreludedb/plugins/formats/classic.so
lib/libpreludedb/plugins/formats/classic.la
%%WITH_MYSQL%%lib/libpreludedb/plugins/sql/mysql.so
%%WITH_MYSQL%%lib/libpreludedb/plugins/sql/mysql.la
-%%WITH_MYSQL%%@dirrmtry lib/libpreludedb/plugins/sql
%%WITH_PGSQL%%lib/libpreludedb/plugins/sql/pgsql.so
%%WITH_PGSQL%%lib/libpreludedb/plugins/sql/pgsql.la
-%%WITH_PGSQL%%@dirrmtry lib/libpreludedb/plugins/sql
%%WITH_SQLITE%%lib/libpreludedb/plugins/sql/sqlite3.so
%%WITH_SQLITE%%lib/libpreludedb/plugins/sql/sqlite3.la
-%%WITH_SQLITE%%@dirrmtry lib/libpreludedb/plugins/sql
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/PreludeDB.pm
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/PreludeDB/.packlist
%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/PreludeDB/PreludeDB.bs
@@ -36,6 +33,7 @@
%%DATADIR%%/classic/mysql-update-14-3.sql
%%DATADIR%%/classic/mysql-update-14-4.sql
%%DATADIR%%/classic/mysql.sql
+%%DATADIR%%/classic/mysql2pgsql.sh
%%DATADIR%%/classic/mysql2sqlite.sh
%%DATADIR%%/classic/pgsql-update-14-1.sql
%%DATADIR%%/classic/pgsql-update-14-2.sql
@@ -61,9 +59,13 @@
%%PORTDOCS%%%%DOCSDIR%%/libpreludedb.devhelp
%%PORTDOCS%%%%DOCSDIR%%/style.css
%%PORTDOCS%%%%DOCSDIR%%/up.png
+%%PORTDOCS%%%%DOCSDIR%%/libpreludedb.devhelp2
+%%WITH_MYSQL%%@dirrmtry lib/libpreludedb/plugins/sql
+%%WITH_PGSQL%%@dirrmtry lib/libpreludedb/plugins/sql
+%%WITH_SQLITE%%@dirrmtry lib/libpreludedb/plugins/sql
%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrmtry %%DATADIR%%/classic
-@dirrmtry %%DATADIR%%
+@dirrm %%DATADIR%%/classic
+@dirrm %%DATADIR%%
@dirrm lib/libpreludedb/plugins/formats
@dirrm lib/libpreludedb/plugins
@dirrm lib/libpreludedb
[...]

Regards,
-- 
Robin Gruyters
Network and Security Engineer
Yirdis B.V. / Betronic Services
I: http://yirdis.com
P: +31 (0)36 5300394
F: +31 (0)36 5489119
Comment 5 Renato Botelho freebsd_committer freebsd_triage 2006-03-28 11:56:08 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!