Bug 166815 - net/panoptis port does not install correctly
Summary: net/panoptis port does not install correctly
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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-10 12:40 UTC by Serbanica Ionut
Modified: 2012-04-22 16:20 UTC (History)
0 users

See Also:


Attachments
file.diff (406 bytes, patch)
2012-04-10 12:40 UTC, Serbanica Ionut
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Serbanica Ionut 2012-04-10 12:40:02 UTC
Panoptis do not install correctly, instead of putting speed.py and pview.py in /usr/local/bin, the installer puts mail.py.


===>   Generating temporary packing list
===>  Checking if net/panoptis already installed
install  -s -o root -g wheel -m 555 /usr/ports/net/panoptis/work/panoptis-0.1.4/panoptis/panoptis /usr/local/bin/panoptis
install  -o root -g wheel -m 555 /usr/ports/net/panoptis/work/panoptis-0.1.4/panoptis/mail.py /usr/local/bin/mail.py
install  -o root -g wheel -m 555 /usr/ports/net/panoptis/work/panoptis-0.1.4/panoptis/mail.py /usr/local/bin/pview.py
install  -o root -g wheel -m 555 /usr/ports/net/panoptis/work/panoptis-0.1.4/panoptis/mail.py /usr/local/bin/speed.py
===>   Registering installation for panoptis-0.1.4_2
===>  Cleaning for panoptis-0.1.4_2

All the ports are updated  on both machines (7.4 and 9.0) and the same problem.

How-To-Repeat: cd /usr/ports/net/panoptis; make install clean
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-10 12:42:57 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-04-22 16:16:54 UTC
sbz         2012-04-22 15:16:40 UTC

  FreeBSD ports repository

  Modified files:
    net/panoptis         Makefile 
  Log:
  - Fix install [1]
  - Bump PORTREVISION
  - Add LICENSE
  
  PR:             ports/166815 [1]
  Submitted by:   Serbanica Ionut <ebgp at ymail.com>
  
  Revision  Changes    Path
  1.11      +9 -3      ports/net/panoptis/Makefile
_______________________________________________
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 3 Sofian Brabez freebsd_committer freebsd_triage 2012-04-22 16:17:35 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!