Bug 162309 - [UPDATE] devel/mercurial to 2.0
Summary: [UPDATE] devel/mercurial to 2.0
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: 2011-11-05 15:40 UTC by Olivier Duchateau
Modified: 2011-11-08 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (6.46 KB, patch)
2011-11-05 15:40 UTC, Olivier Duchateau
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olivier Duchateau 2011-11-05 15:40:07 UTC
Release note: http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.0_.282011-11-01.29

- Clean CONTRIB_FILES macros: 
delete setup3k.py, for Python 3.x (installation script, experimental)
memory.py, because depends on Linux
- In DOCS macro, delete *.txt and *.html files, because it's redundant with man pages (same files)

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-05 15:40:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roberto

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-08 08:47:26 UTC
roberto     2011-11-08 08:47:13 UTC

  FreeBSD ports repository

  Modified files:
    devel/mercurial      Makefile distinfo pkg-plist 
  Log:
  Update to Mercurial 2.0.  Note that the major version number change does
  not indicate a major release, they are just monotically increasing.
  
  Release notes:
  http://mercurial.selenic.com/wiki/WhatsNew#Mercurial_2.0_.282011-11-01.29
  
  - Clean CONTRIB_FILES macros:
    delete setup3k.py, for Python 3.x (installation script, experimental)
    memory.py, because depends on Linux
  - In DOCS macro, delete *.txt and *.html files, because it's redundant with
    man pages (same files)
  
  PR:             ports/162309
  Submitted by:   Olivier Duchateau <duchateau.olivier AT gmail.com>
  
  Revision  Changes    Path
  1.67      +6 -9      ports/devel/mercurial/Makefile
  1.42      +2 -2      ports/devel/mercurial/distinfo
  1.43      +37 -11    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 3 Ollivier Robert freebsd_committer freebsd_triage 2011-11-08 08:47:32 UTC
State Changed
From-To: open->closed

Patch applied, thanks!