Bug 153134 - [Update]databases/p5-DBIx-Simple:update to 1.34
Summary: [Update]databases/p5-DBIx-Simple:update to 1.34
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-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-14 00:30 UTC by Wen Heping
Modified: 2010-12-15 00:30 UTC (History)
0 users

See Also:


Attachments
file.diff (130 bytes, patch)
2010-12-14 00:30 UTC, Wen Heping
no flags Details | Diff
file.diff (976 bytes, patch)
2010-12-14 00:30 UTC, Wen Heping
no flags Details | Diff
perl.patch (2.16 KB, patch)
2010-12-14 13:47 UTC, parv
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wen Heping freebsd_committer freebsd_triage 2010-12-14 00:30:09 UTC
Update to 1.34

Fix: PORTNAME=      DBIx-Simple
-PORTVERSION=   1.32
+PORTVERSION=   1.34
 CATEGORIES=    databases perl5
 MASTER_SITES=  CPAN
 PKGNAMEPREFIX= p5-
@@ -25,7 +25,8 @@

 MAN3=  DBIx::Simple.3 \
        DBIx::Simple::Examples.3 \
-       DBIx::Simple::Comparison.3
+       DBIx::Simple::Comparison.3 \
+       DBIx::Simple::Result::RowObject.3

 .include <bsd.port.pre.mk>
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-14 00:30:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-14 00:30:21 UTC
Maintainer of databases/p5-DBIx-Simple,

Please note that PR ports/153134 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153134

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-12-14 00:30:24 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 parv 2010-12-14 13:47:50 UTC
in message <20101214003021.56C381065701@hub.freebsd.org>,
wrote Edwin Groothuis thusly...
>
> Maintainer of databases/p5-DBIx-Simple,
>
> Please note that PR ports/153134 has just been submitted.

Thanks Wen H.


> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
>
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153134

The patch included in PR was failing to update Makefile.  Included
is my patch with everything else included as is & Makefile patch
regenerated.  Please apply the patch included in this mail.

Note that I have cut off description of the first option as extra
text was too long, making console dialog look like ...

          descr 1
  opt 1
          desc 2
  opt 2
  ...


  - parv


-- 
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-12-15 00:26:55 UTC
wen         2010-12-15 00:26:50 UTC

  FreeBSD ports repository

  Modified files:
    databases/p5-DBIx-Simple Makefile distinfo pkg-plist 
  Log:
  - Update to 1.34
  Changelog: http://search.cpan.org/src/JUERD/DBIx-Simple-1.34/Changes
  
  PR:             ports/153134
  Submitted by:   Wen Heping (myself)
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.5       +4 -3      ports/databases/p5-DBIx-Simple/Makefile
  1.3       +2 -3      ports/databases/p5-DBIx-Simple/distinfo
  1.4       +2 -0      ports/databases/p5-DBIx-Simple/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 6 Wen Heping freebsd_committer freebsd_triage 2010-12-15 00:28:15 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!