Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2006 10:24:17 GMT
From:      Tsung-Han Yeh <snowfly@yuntech.edu.tw>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/98899: [maintainer-update] devel/p5-Module-Compile : fix Makefile
Message-ID:  <200606131024.k5DAOHDL055063@www.freebsd.org>
Resent-Message-ID: <200606131030.k5DAUGYB006161@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98899
>Category:       ports
>Synopsis:       [maintainer-update] devel/p5-Module-Compile : fix Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 13 10:30:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Tsung-Han Yeh
>Release:        FreeBSD 6.0-STABLE
>Organization:
>Environment:
FreeBSD AntiVirus.yuntech.edu.tw 6.0-STABLE FreeBSD 6.0-STABLE #0: Sun Nov 27 22:46:26 CST 2005     root@AntiVirus.yuntech.edu.tw:/usr/src/sys/i386/compile/AntiVirus  i386
>Description:
Fixed devel/p5-Module-Compile/Makefile

>How-To-Repeat:

>Fix:
--- p5-Module-Compile.diff begins here ---
diff -ruN /usr/ports/devel/p5-Module-Compile/Makefile p5-Module-Compile/Makefile
--- /usr/ports/devel/p5-Module-Compile/Makefile Tue Jun  6 00:12:28 2006
+++ p5-Module-Compile/Makefile  Tue Jun 13 18:21:57 2006
@@ -7,7 +7,7 @@

 PORTNAME=      Module-Compile
 PORTVERSION=   0.15
-PORTREVISION=  1
+PORTREVISION=  2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=    Module
@@ -15,6 +15,9 @@

 MAINTAINER=    snowfly@yuntech.edu.tw
 COMMENT=       Provide a system for writing modules that compile other Perl modules
+
+BUILD_DEPENDS= ${SITE_PERL}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS=   ${BUILD_DEPENDS}

 PERL_CONFIGURE=        yes

--- p5-Module-Compile.diff end here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606131024.k5DAOHDL055063>