Bug 168552 - [PATCH] devel/mercurial: update to 2.2.2
Summary: [PATCH] devel/mercurial: update to 2.2.2
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: Ollivier Robert
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-02 09:20 UTC by koobs
Modified: 2012-06-03 20:41 UTC (History)
1 user (show)

See Also:


Attachments
mercurial-2.2.2.patch (2.51 KB, patch)
2012-06-02 09:20 UTC, koobs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-06-02 09:20:11 UTC
- Update to 2.2.2
- Add LICENSE and LICENCE_FILE
- Update pkg-plist

Changes: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.2.2_.282012-06-01.29

Port maintainer (roberto@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-02 18:09:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roberto

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 koobs 2012-06-03 07:28:19 UTC
Typo in LICENSE_FILE line:

+LICENSE_FILE=    ${WKRSRC}/COPYING

should be

+LICENSE_FILE=    ${WRKSRC}/COPYING
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-03 20:39:08 UTC
rm          2012-06-03 19:38:59 UTC

  FreeBSD ports repository

  Modified files:
    devel/mercurial      Makefile distinfo pkg-descr pkg-plist 
  Log:
  - update to 2.2.2
  - add LICENSE (GPLv2)
  - pass maintainership to python@
  
  PR:             168552
  Submitted by:   koobs <koobs.freebsd at gmail dot com>
  Approved by:    roberto (maintainer, via email)
  
  Revision  Changes    Path
  1.72      +4 -2      ports/devel/mercurial/Makefile
  1.47      +2 -2      ports/devel/mercurial/distinfo
  1.2       +1 -1      ports/devel/mercurial/pkg-descr
  1.46      +10 -1     ports/devel/mercurial/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-03 20:41:15 UTC
State Changed
From-To: open->closed

Committed, thank you! LICENSE_FILE isn't needed for well-known licenses, 
so I ommitted it.