Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 16:40:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        perl@FreeBSD.org
Subject:   Re: ports/186069: commit references a PR
Message-ID:  <201401251640.s0PGe1eu061866@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/186069; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/186069: commit references a PR
Date: Sat, 25 Jan 2014 16:30:55 +0000 (UTC)

 Author: mat
 Date: Sat Jan 25 16:30:47 2014
 New Revision: 341049
 URL: http://svnweb.freebsd.org/changeset/ports/341049
 QAT: https://qat.redports.org/buildarchive/r341049/
 
 Log:
   - add license
   - Support stage
   
   PR:		ports/186069
   Submitted by:	Tatsuki Makino
 
 Modified:
   head/security/p5-Mcrypt/Makefile
   head/security/p5-Mcrypt/pkg-plist
 
 Modified: head/security/p5-Mcrypt/Makefile
 ==============================================================================
 --- head/security/p5-Mcrypt/Makefile	Sat Jan 25 16:29:42 2014	(r341048)
 +++ head/security/p5-Mcrypt/Makefile	Sat Jan 25 16:30:47 2014	(r341049)
 @@ -11,14 +11,15 @@ PKGNAMEPREFIX=	p5-
  MAINTAINER=	tatsuki_makino@hotmail.com
  COMMENT=	Perl extension for the Mcrypt cryptography library
  
 +LICENSE=	ART10 GPLv1
 +LICENSE_COMB=	dual
 +
  LIB_DEPENDS=	libmcrypt.so:${PORTSDIR}/security/libmcrypt
  
  CONFIGURE_ENV=	MCRYPT_CPPFLAGS=${CPPFLAGS}
 -CPPFLAGS+=	-I${LOCALBASE}/include
  USE_PERL5=	configure
  USES=		perl5
  
 -MAN3=		Mcrypt.3
 +CPPFLAGS+=	-I${LOCALBASE}/include
  
 -NO_STAGE=	yes
  .include <bsd.port.mk>
 
 Modified: head/security/p5-Mcrypt/pkg-plist
 ==============================================================================
 --- head/security/p5-Mcrypt/pkg-plist	Sat Jan 25 16:29:42 2014	(r341048)
 +++ head/security/p5-Mcrypt/pkg-plist	Sat Jan 25 16:30:47 2014	(r341049)
 @@ -1,6 +1,15 @@
 +%%PERL5_MAN3%%/Mcrypt.3.gz
  %%SITE_PERL%%/%%PERL_ARCH%%/Mcrypt.pm
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt/.packlist
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt/Mcrypt.bs
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt/Mcrypt.so
  %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt/autosplit.ix
  @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mcrypt
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
 +@dirrmtry %%SITE_PERL%%
 +@dirrmtry lib/perl5/site_perl
 +@dirrmtry %%PERL5_MAN3%%
 +@dirrmtry lib/perl5/%%PERL_VER%%/man
 +@dirrmtry lib/perl5/%%PERL_VER%%
 +@dirrmtry lib/perl5
 _______________________________________________
 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"
 



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