svn commit: r563845 - in head: . www/p5-RT-Extension-CommandByMail www/p5-RT-Extension-Gravatar www/p5-RT-Extension-LDAPImport www/p5-RT-Extension-MandatoryOnTransition www/p5-RT-Extension-RepeatTi...

Rene Ladan rene at FreeBSD.org
Tue Feb 2 20:59:58 UTC 2021


Author: rene
Date: Tue Feb  2 20:59:56 2021
New Revision: 563845
URL: https://svnweb.freebsd.org/changeset/ports/563845

Log:
  Drop support for expired www/rt42 from various www/p5-RT* ports
  
  Unflavor these ports because they only support www/rt44. Bump
  PORTREVISION and pet portlint.

Modified:
  head/MOVED
  head/www/p5-RT-Extension-CommandByMail/Makefile
  head/www/p5-RT-Extension-Gravatar/Makefile
  head/www/p5-RT-Extension-LDAPImport/Makefile
  head/www/p5-RT-Extension-MandatoryOnTransition/Makefile
  head/www/p5-RT-Extension-RepeatTicket/Makefile
  head/www/p5-RTx-Calendar/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Feb  2 20:39:09 2021	(r563844)
+++ head/MOVED	Tue Feb  2 20:59:56 2021	(r563845)
@@ -16050,3 +16050,15 @@ security/titus||2021-02-02|Has expired: Development ha
 www/p5-RT-Authen-ExternalAuth||2021-02-02|Removed, part of RT44
 www/p5-RT-Extension-QuickAssign||2021-02-02|Removed, only compatible with expired RT42
 www/p5-RT-Extension-SLA||2021-02-02|Removed, only compatible with expired RT42
+www/p5-RT-Extension-CommandByMail at rt42||2021-02-02|Removed, currently only supported with www/rt44
+www/p5-RT-Extension-CommandByMail at rt44|www/p5-RT-Extension-CommandByMail|2021-02-02|Unflavor, currently only supported with www/rt44
+www/p5-RT-Extension-Gravatar at rt42||2021-02-02|Removed, currently only supported with www/rt44
+www/p5-RT-Extension-Gravatar at rt44|www/p5-RT-Extension-Gravatar|2021-02-02|Unflavor, currently only supported with www/rt44
+www/p5-RT-Extension-LDAPImport at rt42||2021-02-02|Removed, currently only supported with www/rt44
+www/p5-RT-Extension-LDAPImport at rt44|www/p5-RT-Extension-LDAPImport|2021-02-02|Unflavor, currently only supported with www/rt44
+www/p5-RT-Extension-MandatoryOnTransition at rt42||2021-02-02|Removed, currently only supported with www/rt44
+www/p5-RT-Extension-MandatoryOnTransition at rt44|www/p5-RT-Extension-MandataryOnTransition|2021-02-02|Unflavor, currently only supported with www/rt44
+www/p5-RT-Extension-RepeatTicket at rt42||2021-02-02|Removed, currently only supported with www/rt44
+www/p5-RT-Extension-RepeatTicket at rt44|www/p5-RT-Extension-RepeatTicket|2021-02-02|Unflavor, currently only supported with www/rt44
+www/p5-RTx-Calendar at rt42||2021-02-02|Removed, currently only supported with www/rt44
+www/p5-RTx-Calendar at rt44|www/p5-RTx-Calendar|2021-02-02|Unflavor, currently only supported with www/rt44

Modified: head/www/p5-RT-Extension-CommandByMail/Makefile
==============================================================================
--- head/www/p5-RT-Extension-CommandByMail/Makefile	Tue Feb  2 20:39:09 2021	(r563844)
+++ head/www/p5-RT-Extension-CommandByMail/Makefile	Tue Feb  2 20:59:56 2021	(r563845)
@@ -3,9 +3,10 @@
 
 PORTNAME=	RT-Extension-CommandByMail
 PORTVERSION=	3.00
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sysadmin at gkg.net
 COMMENT=	RT Extension to change ticket metadata via email
@@ -15,28 +16,17 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${LOCALBASE}/bin/rt:www/rt${RT_VER}
 RUN_DEPENDS=	${LOCALBASE}/bin/rt:www/rt${RT_VER}
 
-FLAVOR?=	${FLAVORS:[1]}
-FLAVORS=	rt44 rt42
-rt42_PKGNAMEPREFIX=	p5-RT42-
-rt42_CONFLICTS_INSTALL=	rt44
-rt44_PKGNAMEPREFIX=	p5-RT44-
-rt44_CONFLICTS_INSTALL=	rt42
-
-.if ${FLAVOR} == rt44
-RT_VER=		44
-.elif ${FLAVOR} == rt42
-RT_VER=		42
-.endif
-
 USES=		perl5
 USE_PERL5=	configure
 
+RT_VER=		44
+
 NO_ARCH=	yes
 
 PLIST_SUB+=	RTHOME=share/rt${RT_VER}
 
 # Note: You can install using an arbitrary $PREFIX but only if it
-# matches the $PREFIX used to install www/rt{42,44}.  Hence ignore
+# matches the $PREFIX used to install www/rt44.  Hence ignore
 # $PREFIX in the environment and inherit settings from RT.pm
 do-configure:
 	@cd ${CONFIGURE_WRKSRC} && \

Modified: head/www/p5-RT-Extension-Gravatar/Makefile
==============================================================================
--- head/www/p5-RT-Extension-Gravatar/Makefile	Tue Feb  2 20:39:09 2021	(r563844)
+++ head/www/p5-RT-Extension-Gravatar/Makefile	Tue Feb  2 20:59:56 2021	(r563845)
@@ -3,9 +3,10 @@
 
 PORTNAME=	RT-Extension-Gravatar
 PORTVERSION=	2.01
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sysadmin at gkg.net
 COMMENT=	RT Extension to change ticket metadata via email
@@ -15,28 +16,17 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${LOCALBASE}/bin/rt:www/rt${RT_VER}
 RUN_DEPENDS=	${LOCALBASE}/bin/rt:www/rt${RT_VER}
 
-FLAVOR?=	${FLAVORS:[1]}
-FLAVORS=	rt44 rt42
-rt42_PKGNAMEPREFIX=	p5-RT42-
-rt42_CONFLICTS_INSTALL=	rt44
-rt44_PKGNAMEPREFIX=	p5-RT44-
-rt44_CONFLICTS_INSTALL=	rt42
-
-.if ${FLAVOR} == rt44
-RT_VER=		44
-.elif ${FLAVOR} == rt42
-RT_VER=		42
-.endif
-
 USES=		perl5
 USE_PERL5=	configure
 
 NO_ARCH=	yes
 
+RT_VER=		44
+
 PLIST_SUB+=	RTHOME=share/rt${RT_VER}
 
 # Note: You can install using an arbitrary $PREFIX but only if it
-# matches the $PREFIX used to install www/rt{42,44}.  Hence ignore
+# matches the $PREFIX used to install www/rt44.  Hence ignore
 # $PREFIX in the environment and inherit settings from RT.pm
 do-configure:
 	@cd ${CONFIGURE_WRKSRC} && \

Modified: head/www/p5-RT-Extension-LDAPImport/Makefile
==============================================================================
--- head/www/p5-RT-Extension-LDAPImport/Makefile	Tue Feb  2 20:39:09 2021	(r563844)
+++ head/www/p5-RT-Extension-LDAPImport/Makefile	Tue Feb  2 20:59:56 2021	(r563845)
@@ -3,9 +3,10 @@
 
 PORTNAME=	RT-Extension-LDAPImport
 PORTVERSION=	0.36
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www net perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	RT extension to import users from an LDAP store
@@ -18,18 +19,7 @@ RUN_DEPENDS=	p5-perl-ldap>0:net/p5-perl-ldap \
 		p5-Class-Accessor>0:devel/p5-Class-Accessor \
 		${LOCALBASE}/bin/rt:www/rt${RT_VER}
 
-FLAVOR?=	${FLAVORS:[1]}
-FLAVORS=	rt44 rt42
-rt42_PKGNAMEPREFIX=	p5-RT42-
-rt42_CONFLICTS_INSTALL= rt44
-rt44_PKGNAMEPREFIX=	p5-RT44-
-rt44_CONFLICTS_INSTALL= rt42
-
-.if ${FLAVOR} == rt44
 RT_VER=		44
-.elif ${FLAVOR} == rt42
-RT_VER=		42
-.endif
 
 USES+=		perl5
 USE_PERL5=	configure
@@ -41,7 +31,7 @@ MAN3PREFIX=	${PREFIX}
 PLIST_SUB+=	RTHOME=share/rt${RT_VER}
 
 # Note: You can install using an arbitrary $PREFIX but only if it
-# matches the $PREFIX used to install www/rt{42,44}.  Hence ignore
+# matches the $PREFIX used to install www/rt44.  Hence ignore
 # $PREFIX in the environment and inherit settings from RT.pm
 do-configure:
 	@cd ${CONFIGURE_WRKSRC} && \

Modified: head/www/p5-RT-Extension-MandatoryOnTransition/Makefile
==============================================================================
--- head/www/p5-RT-Extension-MandatoryOnTransition/Makefile	Tue Feb  2 20:39:09 2021	(r563844)
+++ head/www/p5-RT-Extension-MandatoryOnTransition/Makefile	Tue Feb  2 20:59:56 2021	(r563845)
@@ -3,8 +3,10 @@
 
 PORTNAME=	RT-Extension-MandatoryOnTransition
 DISTVERSION=	0.20
+PORTREVISION=	1
 CATEGORIES=	www net perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	Extension to require core and ticket custom fields on status changes
@@ -14,28 +16,16 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	${LOCALBASE}/bin/rt:www/rt${RT_VER}
 RUN_DEPENDS=	${LOCALBASE}/bin/rt:www/rt${RT_VER}
 
-FLAVOR?=	${FLAVORS:[1]}
-FLAVORS=	rt44 rt42
-rt42_PKGNAMEPREFIX=	p5-RT42-
-rt42_CONFLICTS_INSTALL= rt44
-rt44_PKGNAMEPREFIX=	p5-RT44-
-rt44_CONFLICTS_INSTALL= rt42
-
-.if ${FLAVOR} == rt44
-RT_VER=		44
-.elif ${FLAVOR} == rt42
-RT_VER=		42
-.endif
-
 USES=		perl5
 USE_PERL5=	configure
 
 NO_ARCH=	yes
 
+RT_VER=		44
 PLIST_SUB+=	RT_VER=${RT_VER}
 
 # Note: You can install using an arbitrary $PREFIX but only if it
-# matches the $PREFIX used to install www/rt{42,44}.  Hence ignore
+# matches the $PREFIX used to install www/rt44.  Hence ignore
 # $PREFIX in the environment and inherit settings from RT.pm
 do-configure:
 	@cd ${CONFIGURE_WRKSRC} && \

Modified: head/www/p5-RT-Extension-RepeatTicket/Makefile
==============================================================================
--- head/www/p5-RT-Extension-RepeatTicket/Makefile	Tue Feb  2 20:39:09 2021	(r563844)
+++ head/www/p5-RT-Extension-RepeatTicket/Makefile	Tue Feb  2 20:59:56 2021	(r563845)
@@ -3,8 +3,10 @@
 
 PORTNAME=	RT-Extension-RepeatTicket
 PORTVERSION=	1.11
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	RT Extension to repeat tickets base on a schedule
@@ -16,28 +18,16 @@ BUILD_DEPENDS=	${LOCALBASE}/bin/rt:www/rt${RT_VER} \
 RUN_DEPENDS=	${LOCALBASE}/bin/rt:www/rt${RT_VER} \
 		p5-DateTime-Event-ICal>0:devel/p5-DateTime-Event-ICal
 
-FLAVORS=	rt44 rt42
-FLAVOR?=	${FLAVORS:[1]}
-rt42_PKGNAMEPREFIX=	p5-RT42-
-rt42_CONFLICTS_INSTALL=	rt44
-rt44_PKGNAMEPREFIX=	p5-RT44-
-rt44_CONFLICTS_INSTALL=	rt42
-
 USES=		perl5
 USE_PERL5=	configure
 
-.if ${FLAVOR} == rt44
-RT_VER=		44
-.elif ${FLAVOR} == rt42
-RT_VER=		42
-.endif
-
 NO_ARCH=	yes
 
+RT_VER=		44
 PLIST_SUB=	RTHOME=share/rt${RT_VER}
 
 # Note: You can install using an arbitrary $PREFIX but only if it
-# matches the $PREFIX used to install www/rt{42,44}.  Hence ignore
+# matches the $PREFIX used to install www/rt44.  Hence ignore
 # $PREFIX in the environment and inherit settings from RT.pm
 do-configure:
 	@cd ${CONFIGURE_WRKSRC} && \

Modified: head/www/p5-RTx-Calendar/Makefile
==============================================================================
--- head/www/p5-RTx-Calendar/Makefile	Tue Feb  2 20:39:09 2021	(r563844)
+++ head/www/p5-RTx-Calendar/Makefile	Tue Feb  2 20:59:56 2021	(r563845)
@@ -3,16 +3,17 @@
 
 PORTNAME=	RTx-Calendar
 PORTVERSION=	1.03
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	Calendar extension module for the RT ticketing system
 
-LICENSE_COMB=	dual
 LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
 
-
 BUILD_DEPENDS=	p5-Date-ICal>0:devel/p5-Date-ICal      \
 		p5-Data-ICal>0:deskutils/p5-Data-ICal  \
 		p5-DateTime-Set>0:devel/p5-DateTime-Set \
@@ -22,33 +23,20 @@ RUN_DEPENDS=	p5-Date-ICal>0:devel/p5-Date-ICal      \
 		p5-DateTime-Set>0:devel/p5-DateTime-Set \
 		${LOCALBASE}/bin/rt:www/rt${RT_VER}
 
-FLAVOR?=	${FLAVORS:[1]}
-FLAVORS=	rt44 rt42
-rt42_PKGNAMEPREFIX=	p5-RT42-
-rt42_CONFLICTS_INSTALL= rt44
-rt44_PKGNAMEPREFIX=	p5-RT44-
-rt44_CONFLICTS_INSTALL= rt42
-
-.if ${FLAVOR} == rt44
-RT_VER=		44
-.elif ${FLAVOR} == rt42
-RT_VER=		42
-.endif
-
 USES=		perl5
 USE_PERL5=	configure
 
+RT_VER=		44
+
 NO_ARCH=	yes
 
-MAN3PREFIX=	${PREFIX}
-
 PLIST_SUB+=	RTHOME=share/rt${RT_VER}
 
 post-patch:
 	@${FIND} ${WRKSRC} -name '*.orig' -delete
 
 # Note: You can install using an arbitrary $PREFIX but only if it
-# matches the $PREFIX used to install www/rt{40,42,44}.  Hence ignore
+# matches the $PREFIX used to install www/rt44.  Hence ignore
 # $PREFIX in the environment and inherit settings from RT.pm
 do-configure:
 	@cd ${CONFIGURE_WRKSRC} && \


More information about the svn-ports-all mailing list