Changelog: - Update to 0.9.7 - Update pkg-plist file Generated with FreeBSD Port Tools 0.63
Responsible Changed From-To: freebsd-ports-bugs->garga I'll take it.
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
State Changed From-To: open->feedback Ask maintainer about dirrmtry use
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
State Changed From-To: feedback->closed Committed. Thanks!