head	1.21;
access;
symbols
	RELEASE_8_3_0:1.19
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.13
	RELEASE_5_5_0:1.13
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.21
date	2012.12.17.09.58.11;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.03.13.16.15.21;	author pgollucci;	state Exp;
branches;
next	1.18;

1.18
date	2012.03.08.18.45.23;	author pgollucci;	state Exp;
branches;
next	1.17;

1.17
date	2010.07.05.01.57.48;	author wen;	state Exp;
branches;
next	1.16;

1.16
date	2009.05.25.06.17.22;	author leeym;	state Exp;
branches;
next	1.15;

1.15
date	2009.01.29.17.41.12;	author erwin;	state Exp;
branches;
next	1.14;

1.14
date	2008.04.17.14.28.20;	author araujo;	state Exp;
branches;
next	1.13;

1.13
date	2006.01.19.14.34.54;	author erwin;	state Exp;
branches;
next	1.12;

1.12
date	2004.07.02.06.43.28;	author erwin;	state Exp;
branches;
next	1.11;

1.11
date	2004.05.31.13.36.59;	author erwin;	state Exp;
branches;
next	1.10;

1.10
date	2003.12.08.12.23.51;	author erwin;	state Exp;
branches;
next	1.9;

1.9
date	2003.10.13.19.56.19;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2003.10.06.15.29.02;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2003.07.23.07.11.26;	author erwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.07.05.10.39.07;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.18.59.09;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.09.07.48.48;	author leeym;	state Exp;
branches;
next	1.3;

1.3
date	2002.08.19.08.01.34;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2002.02.19.02.01.27;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2001.03.31.01.27.04;	author will;	state Exp;
branches;
next	;


desc
@@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309075
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309075 | az | 2012-12-17 09:54:03 +0000 (Mon, 17 Dec 2012) | 3 lines
## SVN ##
## SVN ## Cleanup supporting perl version 5.8 and 5.10,
## SVN ## lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	p5-Digest-SHA1
# Date created:				30 March 2001
# Whom:					Yen-Ming Lee <leeym@@cae.ce.ntu.edu.tw>
#
# $FreeBSD: head/security/p5-Digest-SHA1/Makefile 309075 2012-12-17 09:54:03Z az $
#

PORTNAME=	Digest-SHA1
PORTVERSION=	2.13
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl interface to the SHA-1 Algorithm

PERL_CONFIGURE=	yes

MAN3=		Digest::SHA1.3

.include <bsd.port.mk>
@


1.20
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/p5-Digest-SHA1/Makefile 300897 2012-07-14 14:29:18Z beat $
d21 1
a21 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500803
BUILD_DEPENDS+=	p5-Digest>=1.00:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS+=	p5-Digest>=1.00:${PORTSDIR}/security/p5-Digest
.endif

.include <bsd.port.post.mk>
@


1.19
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d21 8
a28 1
.include <bsd.port.mk>
@


1.17
log
@- Update to 2.13

Feature safe:	yes
@
text
@d21 1
a21 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500803
BUILD_DEPENDS+=	p5-Digest>=1.00:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS+=	p5-Digest>=1.00:${PORTSDIR}/security/p5-Digest
.endif

.include <bsd.port.post.mk>
@


1.16
log
@- update to 2.12
@
text
@d9 1
a9 1
PORTVERSION=	2.12
@


1.15
log
@Reassign my p5-* ports to perl@@ so more than one person
can look at them.
@
text
@d9 1
a9 1
PORTVERSION=	2.11
d23 3
a25 3
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS+=	${BUILD_DEPENDS}
@


1.14
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d14 1
a14 1
MAINTAINER=	erwin@@FreeBSD.org
@


1.13
log
@Update to 2.11

PR:		91985
Submitted by:	leeym
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.12
log
@Make dependency on p5-Digest conditional on perl version

PR:		68577
Submitted by:	David Lay <dsl@@webize.com.au>
@
text
@d9 1
a9 1
PORTVERSION=	2.10
d25 2
a26 2
BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.11
log
@Update to 2.10
@
text
@a17 3
BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
RUN_DEPENDS=	${BUILD_DEPENDS}

d22 8
a29 1
.include <bsd.port.mk>
@


1.10
log
@Update to 2.07
@
text
@d9 1
a9 1
PORTVERSION=	2.07
@


1.9
log
@Update to 2.06
@
text
@d9 1
a9 1
PORTVERSION=	2.06
d17 3
@


1.8
log
@Update to 2.05
@
text
@d9 1
a9 1
PORTVERSION=	2.05
@


1.7
log
@Update to 2.04
@
text
@d9 1
a9 1
PORTVERSION=	2.04
a19 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.6
log
@- Update to 2.03
- Take maintainership
@
text
@d9 1
a9 1
PORTVERSION=	2.03
@


1.5
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	2.02
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@1. update to Digest::SHA1-2.02
2. drop MAINTAINERship
@
text
@d16 1
@


1.3
log
@change my email address to leeym@@FreeBSD.org

Reviewed by:	ijliao (mentor)
Approved by:	ijliao (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.01
d15 1
a15 1
MAINTAINER=	leeym@@FreeBSD.org
@


1.2
log
@Update to 2.01.
Change maintainer's addresss.

Submitted by:	Yen-Ming Lee <leeym@@utopia.leeym.com>
PR:		ports/35086
@
text
@d15 1
a15 1
MAINTAINER=	leeym@@leeym.com
@


1.1
log
@Add p5-Digest-SHA1 2.00, a perl interface to the SHA-1 Algorithm.

PR:		26204
Submitted by:	Yen-Ming Lee <leeym@@cae.ce.ntu.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	2.00
d15 1
a15 1
MAINTAINER=	leeym@@cae.ce.ntu.edu.tw
@

