Bug 117454 - [MAINTAINER] devel/bazaar-ng - Minor tweaks
Summary: [MAINTAINER] devel/bazaar-ng - Minor tweaks
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: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-24 16:30 UTC by fullermd
Modified: 2007-10-24 19:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1021 bytes, patch)
2007-10-24 16:30 UTC, fullermd
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description fullermd 2007-10-24 16:30:02 UTC
	cElementTree is included in python 2.5, so we don't need to pull in
	the external dependancy.

	While I'm in here, take out MASTER_SITE_SUBDIR - it may have been
	needed sometime in the past, but it doesn't do anything useful now.
Comment 1 dfilter service freebsd_committer freebsd_triage 2007-10-24 18:57:01 UTC
delphij     2007-10-24 17:56:56 UTC

  FreeBSD ports repository

  Modified files:
    devel/bazaar-ng      Makefile 
  Log:
   - Don't depend on cElementTree when we are using Python 2.5,
     which included it;
   - Take out MASTER_SITE_SUBDIR which is no longer used.
  
  PR:             ports/117454
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.24      +5 -3      ports/devel/bazaar-ng/Makefile
_______________________________________________
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 2 Xin LI freebsd_committer freebsd_triage 2007-10-24 18:58:08 UTC
State Changed
From-To: open->closed

Committed, thanks! 


Comment 3 Xin LI freebsd_committer freebsd_triage 2007-10-24 18:58:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Take.