[Bug 242145] databases/adminer: Need to update version and fix some bugs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 21 17:27:35 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242145

            Bug ID: 242145
           Summary: databases/adminer: Need to update version and fix some
                    bugs
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: admin at support.od.ua
                CC: uzsolt at uzsolt.hu
             Flags: maintainer-feedback?(uzsolt at uzsolt.hu)
                CC: uzsolt at uzsolt.hu

1) Need update varsion

Simple update to 4.7.5.
Changelog: https://sourceforge.net/p/adminer/news/

2) It is necessary to remove the adminer subdirectory so that the directory
path is shorter - /usr/local/www/adminer

/usr/ports/databases/adminer# diff pkg-plist pkg-plist.old
4c4
< %%WWWDIR%%/index.php
---
> %%WWWDIR%%/adminer/index.php

3) Need to lower file permissions from 755 to 644.

/usr/ports/databases/adminer# diff pkg-plist pkg-plist.old
3,4c3,4
< @mode 0644
< %%WWWDIR%%/index.php
---
> @mode 0755
> %%WWWDIR%%/adminer/index.php

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list