o Update to 4.0.1 o Install into www instead of www/data-dist
Responsible Changed From-To: freebsd-ports-bugs->dinoex Over to maintainer
State Changed From-To: open->feedback partly commited. - PGADMDIR not changed. POLA: as this breaks updating. Please give pointers why it should be changed. - no tabs in pkg-plist. - use "cp -p" in pkg-plist too. - you only used -p on one file. it has benn set on all files now. This will give warning if installed by user.
On 3/18/06, Dirk Meyer <dinoex@freebsd.org> wrote: > Synopsis: update databases/phppgadmin to 4.0.1 > > State-Changed-From-To: open->feedback > State-Changed-By: dinoex > State-Changed-When: Sat Mar 18 17:00:14 CET 2006 > State-Changed-Why: > partly commited. > > - PGADMDIR not changed. > POLA: as this breaks updating. > Please give pointers why it should be changed. www/data-dist location is based on assumptions. If you want to try and save the upgrade, check if the dir exists and place a symlink in there. > - no tabs in pkg-plist. Sorry. It's okay, but why is that? We should place a warning in portlint, if that's true. > - use "cp -p" in pkg-plist too. Thanks, overlooked it. > - you only used -p on one file. > it has benn set on all files now. > This will give warning if installed by user. Thanks. I'm also thinking about making this port look more like phpmyadmin, e.g. changing portname to camel notation, making suexec work, etc. What do you think?
Andrew Pantyukhin schrieb:, > www/data-dist location is based on assumptions. If you > want to try and save the upgrade, check if the dir exists > and place a symlink in there. is there any references that www/<something> is prefered? > > - no tabs in pkg-plist. > > Sorry. It's okay, but why is that? We should place a > warning in portlint, if that's true. its not tested to work in all cases, so there is no reason to switch from spaces to tabs. not sure if every shell likes this. > I'm also thinking about making this port look more like > phpmyadmin, e.g. changing portname to camel notation, camel notation is not desired, see "EmiClock" in: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-naming.html#PORTING-PKGNAME > making suexec work, etc. What do you think? You mean to install all files under a given username? Please give more details. kind regards Dirk - Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany - [dirk.meyer@dinoex.sub.org],[dirk.meyer@guug.de],[dinoex@FreeBSD.org]
Why data-dist? Why not data or apache22/data-dist or whatever? Many web-based ports install in /usr/local/www and for me it's easier to manage them no matter what web server and locations I'm using. Besides, installing in a public-accessible location by default is bad for security. Some apps require conf-file editing before they can be shown to the outside world safely. On other points - let's discuss them separately some time later, when I have clear thoughts. Thanks!
State Changed From-To: feedback->patched - update state
State Changed From-To: patched->closed The bikeshed has evolved to infect ports@.