Bug 64542 - [MAINTAINER UPDATE] net/pear-Net_Sieve 1.0.0 -> 1.0.1
Summary: [MAINTAINER UPDATE] net/pear-Net_Sieve 1.0.0 -> 1.0.1
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: Thierry Thomas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-21 18:00 UTC by Martin Matuska
Modified: 2004-03-21 21:16 UTC (History)
0 users

See Also:


Attachments
file.diff (489 bytes, patch)
2004-03-21 18:00 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska 2004-03-21 18:00:36 UTC
Update of PEAR Net_Sieve from 1.0.0 to 1.0.1
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2004-03-21 18:39:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->thierry

I'll take it.
Comment 2 Thierry Thomas freebsd_committer freebsd_triage 2004-03-21 19:50:47 UTC
Le Dim 21 mar 04 à 18:54:02 +0100, Martin Matuska <martin@tradex.sk>
 écrivait :
> 
> >Number:         64542
> >Category:       ports
> >Synopsis:       [MAINTAINER UPDATE] net/pear-Net_Sieve 1.0.0 -> 1.0.1

Hello Martin!

Is there a reason to not install test_sieve.php?

Regards,
-- 
Th. Thomas.
Comment 3 Martin Matuska 2004-03-21 20:33:06 UTC
The test_sieve.php file should be actually in examples, it is not part of the library.

But it can be included ...

--- Makefile.orig       Sun Mar 21 18:46:58 2004
+++ Makefile    Sun Mar 21 21:26:11 2004
@@ -6,7 +6,7 @@
  #

  PORTNAME=      Net_Sieve
-PORTVERSION=   1.0.0
+PORTVERSION=   1.0.1
  CATEGORIES=    net www pear

  MAINTAINER=    martin@tradex.sk
@@ -16,7 +16,7 @@
  RUN_DEPENDS=   ${BUILD_DEPENDS}

  CATEGORY=      Net
-FILES=         Sieve.php
+FILES=         Sieve.php test_sieve.php

  .include <bsd.port.pre.mk>
  .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
--- distinfo.orig       Sun Mar 21 18:47:01 2004
+++ distinfo    Sun Mar 21 18:49:51 2004
@@ -1 +1,2 @@
-MD5 (PEAR/Net_Sieve-1.0.0.tgz) = 4e244c69ee5da0e768a19c80a9cc2a77
+MD5 (PEAR/Net_Sieve-1.0.1.tgz) = 707ea1b512243d0463ffd08bae717cbc
+SIZE (PEAR/Net_Sieve-1.0.1.tgz) = 9508
Comment 4 Martin Matuska 2004-03-21 20:51:38 UTC
The tests subdirectory ist a better sollution, I agree.

--- Makefile.orig       Sun Mar 21 18:46:58 2004
+++ Makefile    Sun Mar 21 21:45:17 2004
@@ -6,7 +6,7 @@
  #

  PORTNAME=      Net_Sieve
-PORTVERSION=   1.0.0
+PORTVERSION=   1.0.1
  CATEGORIES=    net www pear

  MAINTAINER=    martin@tradex.sk
@@ -17,6 +17,8 @@

  CATEGORY=      Net
  FILES=         Sieve.php
+TESTS=         test_sieve.php
+_TESTSDIR=     .

  .include <bsd.port.pre.mk>
  .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
--- distinfo.orig       Sun Mar 21 18:47:01 2004
+++ distinfo    Sun Mar 21 18:49:51 2004
@@ -1 +1,2 @@
-MD5 (PEAR/Net_Sieve-1.0.0.tgz) = 4e244c69ee5da0e768a19c80a9cc2a77
+MD5 (PEAR/Net_Sieve-1.0.1.tgz) = 707ea1b512243d0463ffd08bae717cbc
+SIZE (PEAR/Net_Sieve-1.0.1.tgz) = 9508
Comment 5 Thierry Thomas freebsd_committer freebsd_triage 2004-03-21 21:16:20 UTC
State Changed
From-To: open->closed

Committed, thanks!