Bug 168815 - graphics/pymorph: general cleanup
Summary: graphics/pymorph: general cleanup
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: Ruslan Makhmatkhanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-07 17:40 UTC by Ruslan Makhmatkhanov
Modified: 2012-06-21 06:20 UTC (History)
0 users

See Also:


Attachments
file.txt (2.06 KB, text/plain)
2012-06-07 17:40 UTC, Ruslan Makhmatkhanov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-07 17:40:12 UTC
- strict python version to 2.x only (doesn't work with python3)
- fix portlint warning (remove dot from COMMENT)
- add LICENSE (BSD)
- py-numpy only needed on runtime stage, so move it to RUN_DEPENDS
- add some tabs to Makefile header and pkg-descr
- do not try to remove directories that we didn't install
- bump PORTREVISION

Fix: Patch attached with submission follows:
Comment 1 R.Mahmatkhanov 2012-06-07 18:28:35 UTC
Hi Pedro,

gnats auto-assigning is broken, so I forward this to you manually.

-------- Original Message --------
Subject: Re: ports/168815: graphics/pymorph: general cleanup
Date: Thu, 7 Jun 2012 16:40:12 GMT
From: FreeBSD-gnats-submit@FreeBSD.org
Reply-To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
To: Ruslan Mahmatkhanov <rm@FreeBSD.org>

Thank you very much for your problem report.
It has the internal identification `ports/168815'.
The individual assigned to look at your
report is: freebsd-ports-bugs.

You can access the state of your problem report at any time
via this link:

http://www.freebsd.org/cgi/query-pr.cgi?pr=168815

>Category:       ports
>Responsible:    freebsd-ports-bugs
>Synopsis:       graphics/pymorph: general cleanup
>Arrival-Date:   Thu Jun 07 16:40:12 UTC 2012

Comment 2 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-08 09:41:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rm

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-21 06:15:21 UTC
rm          2012-06-21 05:15:08 UTC

  FreeBSD ports repository

  Modified files:
    graphics/pymorph     Makefile pkg-descr pkg-plist 
  Log:
  - strict python version to 2.x only (doesn't work with python3)
  - fix portlint warning (remove dot from COMMENT)
  - add LICENSE (BSD)
  - py-numpy only needed on runtime stage, so move it to RUN_DEPENDS
  - add some tabs to Makefile header and pkg-descr
  - do not try to remove directories that we didn't install
  - bump PORTREVISION
  
  PR:             168815
  Submitted by:   rm (myself)
  Approved by:    maintainer timeout (2 weeks)
  
  Revision  Changes    Path
  1.2       +8 -5      ports/graphics/pymorph/Makefile
  1.2       +1 -1      ports/graphics/pymorph/pkg-descr
  1.2       +0 -2      ports/graphics/pymorph/pkg-plist
_______________________________________________
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 4 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2012-06-21 06:15:46 UTC
State Changed
From-To: open->closed

Committed, thank you!