Bug 185786 - security/p5-Crypt-X509 -- missing RUN_DEPENDS
Summary: security/p5-Crypt-X509 -- missing RUN_DEPENDS
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: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-14 23:20 UTC by Matthew Seaman
Modified: 2014-01-16 05:24 UTC (History)
0 users

See Also:


Attachments
p5-Crypt-X509.diff (893 bytes, patch)
2014-01-14 23:20 UTC, Matthew Seaman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman freebsd_committer freebsd_triage 2014-01-14 23:20:00 UTC
	

security/p5-Crypt-X509 has a BUILD_DEPENDS on
converters/p5-Convert-ASN1, but no matching RUN_DEPENDS.  Which is
necessary as the Crypt::X509 module uses Convert::ASN1

While here, stagify.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-01-15 00:48:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ashish

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Ashish SHUKLA freebsd_committer freebsd_triage 2014-01-16 04:39:34 UTC
Hi,

Thanks for the diff. It seems to work fine on my 9.2-RELEASE host. I'll test build
on all platforms, and commit it when it completes successfully.

Thanks!
-- 
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
Sent from my Emacs
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-16 05:01:02 UTC
Author: ashish
Date: Thu Jan 16 05:00:45 2014
New Revision: 339891
URL: http://svnweb.freebsd.org/changeset/ports/339891
QAT: https://qat.redports.org/buildarchive/r339891/

Log:
  - Add missing RUN_DEPENDS
  - Add STAGE support
  
  PR:		ports/185786
  Submitted by:	matthew

Modified:
  head/security/p5-Crypt-X509/Makefile
  head/security/p5-Crypt-X509/pkg-plist

Modified: head/security/p5-Crypt-X509/Makefile
==============================================================================
--- head/security/p5-Crypt-X509/Makefile	Thu Jan 16 03:38:54 2014	(r339890)
+++ head/security/p5-Crypt-X509/Makefile	Thu Jan 16 05:00:45 2014	(r339891)
@@ -11,11 +11,9 @@ MAINTAINER=	ashish@FreeBSD.org
 COMMENT=	Perl extension to parse X.509 certificates
 
 BUILD_DEPENDS=	p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Crypt::X509.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/security/p5-Crypt-X509/pkg-plist
==============================================================================
--- head/security/p5-Crypt-X509/pkg-plist	Thu Jan 16 03:38:54 2014	(r339890)
+++ head/security/p5-Crypt-X509/pkg-plist	Thu Jan 16 05:00:45 2014	(r339891)
@@ -1,5 +1,6 @@
+%%PERL5_MAN3%%/Crypt::X509.3.gz
 %%SITE_PERL%%/Crypt/X509.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509/.packlist
-@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509/
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/X509
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
 @dirrmtry %%SITE_PERL%%/Crypt
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 4 Ashish SHUKLA freebsd_committer freebsd_triage 2014-01-16 05:24:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!