Bug 153178 - [patch] update and clean up graphics/freeimage
Summary: [patch] update and clean up graphics/freeimage
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: Pietro Cerutti
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-15 12:10 UTC by Alexey Dokuchaev
Modified: 2010-12-20 09:10 UTC (History)
0 users

See Also:


Attachments
file.diff (4.54 KB, patch)
2010-12-15 12:10 UTC, Alexey Dokuchaev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Dokuchaev 2010-12-15 12:10:10 UTC
Please consider attached patch.  Proposed commit log:

- Update to version 3.14.1
- Stop hardcoding port version within the Makefile
- Reduce unneeded use of global scope modifier in REINPLACE_CMD regex  
- Reorder USE_ knobs so they firmly follow natural order or operations
  (extract/patch/build)
- Move PLIST_FILES closer to other metainformation
- Clean up Makefile and beautify pkg-descr
  
I did NOT check if any dependencies require port revision bumps, sorry,
ENOTIME for this.  (My port, which is consumer of freeimage, requires
this update, but links statically.)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-15 12:10:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gahr

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-20 09:00:43 UTC
gahr        2010-12-20 09:00:38 UTC

  FreeBSD ports repository

  Modified files:
    graphics/freeimage   Makefile distinfo pkg-descr 
    graphics/freeimage/files patch-Source-LibOpenJPEG_opj_malloc.h 
  Log:
  - Update to 3.14.1
  - Makefile cleanup
  
  PR:             153178
  Submitted by:   Alexey Dokuchaev <danfe@regency.nsu.ru>
  
  Revision  Changes    Path
  1.14      +15 -18    ports/graphics/freeimage/Makefile
  1.8       +2 -3      ports/graphics/freeimage/distinfo
  1.2       +6 -4      ports/graphics/freeimage/files/patch-Source-LibOpenJPEG_opj_malloc.h
  1.2       +5 -6      ports/graphics/freeimage/pkg-descr
_______________________________________________
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 Pietro Cerutti freebsd_committer freebsd_triage 2010-12-20 09:00:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!