Bug 147705 - NEW PORT devel/bzr-grep
Summary: NEW PORT devel/bzr-grep
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: Greg Larkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-09 00:10 UTC by Carlo Strub
Modified: 2010-08-18 14:50 UTC (History)
0 users

See Also:


Attachments
file.shar (2.96 KB, text/plain)
2010-06-09 00:10 UTC, Carlo Strub
no flags Details
bzr-grep.txt (2.94 KB, text/plain)
2010-08-14 03:04 UTC, Carlo Strub
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Strub freebsd_committer freebsd_triage 2010-06-09 00:10:01 UTC

Fix: Patch attached with submission follows:
Comment 1 Greg Larkin freebsd_committer freebsd_triage 2010-08-05 19:50:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

I'll take it.
Comment 2 Greg Larkin freebsd_committer freebsd_triage 2010-08-12 14:56:57 UTC
State Changed
From-To: open->analyzed

Currently running tinderbox builds.
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2010-08-12 15:49:09 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello Carlo,

bzr-grep builds successfully in tinderbox, but it leaves a file behind
upon deinstallation.  Would you mind reviewing the log file here?

http://people.freebsd.org/~glarkin/pr-links/tblogs/bzr-grep-0.4.0.log

Please submit a patch for that problem, and I'll retest it.  Can you
also check that the port builds/installs/deinstalls correctly with the
following commands:

make PYTHON_VERSION=python2.4 PYTHON_DEFAULT_VERSION=python2.4 install \
	clean deinstall

make PYTHON_VERSION=python2.5 PYTHON_DEFAULT_VERSION=python2.5 install \
	clean deinstall

make PYTHON_VERSION=python2.6 PYTHON_DEFAULT_VERSION=python2.6 install \
	clean deinstall

Thank you,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/           - The Power To Serve
http://www.sourcehosting.net/     - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFMZAnl0sRouByUApARAm5GAJ9aqPti//Vj7K3/JDJsYkoZ1QQO/ACeLcUT
lBbQgQRtoyqpkGLCEZGQcLQ=
=CRI1
-----END PGP SIGNATURE-----
Comment 4 Greg Larkin freebsd_committer freebsd_triage 2010-08-12 15:49:33 UTC
State Changed
From-To: analyzed->feedback

Waiting for feedback from submitter.
Comment 5 Carlo Strub freebsd_committer freebsd_triage 2010-08-14 03:04:07 UTC
Here is a new patch that should work. The changes are the following:

* add LICENSE
* change PYDISTUTILS_PKGNAME
* add PYDISTUTILS_PKGVERSION

Many thanks for your patience.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-08-18 14:41:53 UTC
glarkin     2010-08-18 13:41:08 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/bzr-grep       Makefile distinfo pkg-descr pkg-plist 
  Log:
  bzr-grep is a plugin for bzr to grep files. Its purpose is to print lines
  matching PATTERN for specified files and revisions.
  
  WWW: https://launchpad.net/bzr-grep
  
  PR:             ports/147705
  Submitted by:   Carlo Strub <c-s at c-s.li>
  
  Revision  Changes    Path
  1.4014    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/bzr-grep/Makefile (new)
  1.1       +3 -0      ports/devel/bzr-grep/distinfo (new)
  1.1       +4 -0      ports/devel/bzr-grep/pkg-descr (new)
  1.1       +21 -0     ports/devel/bzr-grep/pkg-plist (new)
_______________________________________________
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 7 dfilter service freebsd_committer freebsd_triage 2010-08-18 14:45:38 UTC
glarkin     2010-08-18 13:45:29 UTC

  FreeBSD doc repository (ports committer)

  Modified files:
    en_US.ISO8859-1/articles/contributors contrib.additional.sgml 
  Log:
  - Added long-overdue entry for Carlo Strub
  
  PR:             ports/147705
  
  Revision  Changes    Path
  1.940     +5 -0      doc/en_US.ISO8859-1/articles/contributors/contrib.additional.sgml
_______________________________________________
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 8 Greg Larkin freebsd_committer freebsd_triage 2010-08-18 14:46:51 UTC
State Changed
From-To: feedback->closed

Committed, thank you!