Bug 178923 - [patch] security/p5-Authen-Simple
Summary: [patch] security/p5-Authen-Simple
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-24 10:10 UTC by Andrej Zverev
Modified: 2013-05-25 09:20 UTC (History)
0 users

See Also:


Attachments
patch.diff (735 bytes, patch)
2013-05-24 10:10 UTC, Andrej Zverev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrej Zverev freebsd_committer freebsd_triage 2013-05-24 10:10:01 UTC
	- Trim Makefile header
	- Remove unnecessary depend on PERL_LEVEL < 5.12
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-05-24 10:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-05-25 09:14:48 UTC
Author: sunpoet
Date: Sat May 25 08:14:36 2013
New Revision: 319035
URL: http://svnweb.freebsd.org/changeset/ports/319035

Log:
  - Remove outdated PERL_LEVEL check
  - Cleanup Makefile header
  - While I'm here, add LICENSE
  
  PR:		ports/178923
  Submitted by:	az

Modified:
  head/security/p5-Authen-Simple/Makefile   (contents, props changed)

Modified: head/security/p5-Authen-Simple/Makefile
==============================================================================
--- head/security/p5-Authen-Simple/Makefile	Sat May 25 08:14:12 2013	(r319034)
+++ head/security/p5-Authen-Simple/Makefile	Sat May 25 08:14:36 2013	(r319035)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	Authen-Simple
-# Date created:				21 May 2006
-# Whom:					Aaron Dalton <aaron@FreeBSD.org>
-#
+# Created by: Aaron Dalton <aaron@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Authen-Simple
 PORTVERSION=	0.5
@@ -14,6 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Simple authentication framework
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
 		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
 		p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
@@ -28,11 +27,4 @@ MAN3=		Authen::Simple.3 \
 		Authen::Simple::Log.3 \
 		Authen::Simple::Password.3
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501000
-BUILD_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-RUN_DEPENDS+=	p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
_______________________________________________
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 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2013-05-25 09:17:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!