Bug 139033 - [maintainer update] update editors/p5-Padre to 0.46
Summary: [maintainer update] update editors/p5-Padre to 0.46
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-21 22:10 UTC by Cezary Morga
Modified: 2009-09-24 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (14.58 KB, patch)
2009-09-21 22:10 UTC, Cezary Morga
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cezary Morga 2009-09-21 22:10:00 UTC
 - Update editors/p5-Padre from 0.45 to 0.46
 - Add new dependencies:
   - devel/p5-Devel-Refactor
   - devel/p5-pip
     - devel/p5-CPAN-Inject
       - devel/p5-CPAN-Checksums

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-09-24 20:56:56 UTC
pav         2009-09-24 19:56:48 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-CPAN-Checksums Makefile distinfo pkg-descr pkg-plist 
  Log:
  CPAN::Checksums - Write a CHECKSUMS file for a directory as on CPAN
  
  WWW: http://search.cpan.org/dist/CPAN-Checksums/
  
  PR:             ports/139033
  Submitted by:   Cezary Morga <cm@therek.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3645    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/p5-CPAN-Checksums/Makefile (new)
  1.1       +3 -0      ports/devel/p5-CPAN-Checksums/distinfo (new)
  1.1       +3 -0      ports/devel/p5-CPAN-Checksums/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-CPAN-Checksums/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 2 dfilter service freebsd_committer freebsd_triage 2009-09-24 20:58:03 UTC
pav         2009-09-24 19:57:50 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-CPAN-Inject Makefile distinfo pkg-descr pkg-plist 
  Log:
  Following the release of CPAN::Mini, the CPAN::Mini::Inject module
  was created to add additional distributions into a minicpan mirror.
  
  While it was created for use with a minicpan mirror, similar
  functionality can be reused in other situations.
  
  CPAN::Inject replicates the basics of this functionality.
  
  Specifically, it takes an arbitrary tarball and adds it to the CPAN
  sources directory for a particular author, and then add the new
  file to the CHECKSUMS file.
  
  WWW: http://search.cpan.org/dist/CPAN-Inject/
  
  PR:             ports/139033
  Submitted by:   Cezary Morga <cm@therek.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3646    +1 -0      ports/devel/Makefile
  1.1       +27 -0     ports/devel/p5-CPAN-Inject/Makefile (new)
  1.1       +3 -0      ports/devel/p5-CPAN-Inject/distinfo (new)
  1.1       +13 -0     ports/devel/p5-CPAN-Inject/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-CPAN-Inject/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 3 dfilter service freebsd_committer freebsd_triage 2009-09-24 20:58:53 UTC
pav         2009-09-24 19:58:45 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Devel-Refactor Makefile distinfo pkg-descr pkg-plist 
  Log:
  The Devel::Refactor module is for code refactoring.
  
  While Devel::Refactor may be used from Perl programs, it is also
  designed to be used with the EPIC plug-in for the eclipse integrated
  development environment.
  
  WWW: http://search.cpan.org/dist/Devel-Refactor/
  
  PR:             ports/139033
  Submitted by:   Cezary Morga <cm@therek.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3647    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Devel-Refactor/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Devel-Refactor/distinfo (new)
  1.1       +7 -0      ports/devel/p5-Devel-Refactor/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Devel-Refactor/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 4 dfilter service freebsd_committer freebsd_triage 2009-09-24 21:01:05 UTC
pav         2009-09-24 20:00:52 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-pip         Makefile distinfo pkg-descr pkg-plist 
  Log:
  The pip ("Perl Installation Program") console application is used
  to install Perl distributions in a wide variety of formats, both
  from CPAN and from external third-party locations, while supporting
  module dependencies that go across the boundary from third-party
  to CPAN.
  
  Using pip you can install CPAN modules, arbitrary tarballs from
  both the local file-system or across the internet from arbitrary
  URIs.
  
  You can use pip to ensure that specific versions of CPAN modules
  are installed instead of the most current version.
  
  WWW: http://search.cpan.org/dist/pip/
  
  PR:             ports/139033
  Submitted by:   Cezary Morga <cm@therek.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.3648    +1 -0      ports/devel/Makefile
  1.1       +32 -0     ports/devel/p5-pip/Makefile (new)
  1.1       +3 -0      ports/devel/p5-pip/distinfo (new)
  1.1       +14 -0     ports/devel/p5-pip/pkg-descr (new)
  1.1       +10 -0     ports/devel/p5-pip/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 5 Pav Lucistnik freebsd_committer freebsd_triage 2009-09-24 21:01:38 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-09-24 21:01:41 UTC
pav         2009-09-24 20:01:33 UTC

  FreeBSD ports repository

  Modified files:
    editors/p5-Padre     Makefile distinfo pkg-plist 
  Log:
  - Update to 0.46
  
  PR:             ports/139033
  Submitted by:   Cezary Morga <cm@therek.net> (maintainer)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.13      +17 -7     ports/editors/p5-Padre/Makefile
  1.10      +3 -3      ports/editors/p5-Padre/distinfo
  1.9       +1 -0      ports/editors/p5-Padre/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"