Bug 163311 - [PATCH] devel/py-turbojson: some cleanup
Summary: [PATCH] devel/py-turbojson: some 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: Nicola Vitale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-15 10:50 UTC by Ruslan Makhmatkhanov
Modified: 2011-12-29 21:49 UTC (History)
0 users

See Also:


Attachments
file.diff (1.95 KB, patch)
2011-12-15 10:50 UTC, Ruslan Makhmatkhanov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2011-12-15 10:50:05 UTC
- correct download url for turbogears.org
- add LICENSE (MIT)
- move pkg-plist to PLIST_FILES
- set USE_PYTHON to 2.6-2.7 (doesn't seems support python3)
- whitespace fix in pkg-descr, remove Author field
- non-functional changes, so no PORTREVISION bump is needed

patch: http://people.freebsd.org/~rm/py-turbojson.cleanup.diff.txt
log: http://people.freebsd.org/~rm/py27-TurboJson-1.3.2.log

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-15 10:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nivit

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-29 21:36:38 UTC
rm          2011-12-29 21:36:29 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-turbojson   Makefile pkg-descr 
  Removed files:
    devel/py-turbojson   pkg-plist 
  Log:
  - correct download url for turbogears.org
  - add LICENSE (MIT)
  - move pkg-plist to PLIST_FILES
  - set USE_PYTHON to 2.6-2.7 (doesn't seems support python3)
  - whitespace fix in pkg-descr, remove Author field
  - non-functional changes, so no PORTREVISION bump is needed
  
  PR:                     163311
  Submitted by:   rm (myself)
  Approved by:    nivit (maintainer)
  
  Revision  Changes    Path
  1.18      +5 -2      ports/devel/py-turbojson/Makefile
  1.4       +1 -2      ports/devel/py-turbojson/pkg-descr
  1.10      +0 -2      ports/devel/py-turbojson/pkg-plist (dead)
_______________________________________________
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 Ruslan Makhmatkhanov freebsd_committer freebsd_triage 2011-12-29 21:49:23 UTC
State Changed
From-To: open->closed

Committed, thank you!