[Midnightbsd-cvs] mports: Makefile: Bump portrevision for xorg 7.3 Add license (gpl 2)

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Oct 15 02:20:40 EDT 2007


Log Message:
-----------
Bump portrevision for xorg 7.3

Add license (gpl 2)

Remove some perl version checks as they are not needed.

Modified Files:
--------------
    mports/net-im/gaim:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/net-im/gaim/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -Lnet-im/gaim/Makefile -Lnet-im/gaim/Makefile -u -r1.4 -r1.5
--- net-im/gaim/Makefile
+++ net-im/gaim/Makefile
@@ -8,17 +8,18 @@
 
 PORTNAME=	gaim
 PORTVERSION=	1.5.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES?=	net-im
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 
 MAINTAINER?=	ports at MidnightBSD.org
 COMMENT=	Multi-protocol instant messaging client
+LICENSE=	gpl2
 
 LIB_DEPENDS=	startup-notification-1.0:${PORTSDIR}/x11/startup-notification
 
-CONFLICTS?=	ja-gaim-[0-9]* pidgin-[0-9]* libpurple-[0-9]*
+CONFLICTS?=	pidgin-[0-9]* libpurple-[0-9]*
 
 USE_AUTOTOOLS=  libtool:15
 USE_XLIB=	yes
@@ -79,7 +80,7 @@
 CONFIGURE_ARGS+=	--disable-nss
 .endif
 
-.if defined(WITH_PERL) && ${PERL_LEVEL} >= 500800
+.if defined(WITH_PERL)
 USE_PERL5=		yes
 CONFIGURE_ARGS+=	--with-perl-lib=site
 PLIST_SUB+=		PERL:=""
@@ -117,9 +118,6 @@
 .endif
 
 pre-everything::
-.if defined(WITH_PERL) && ${PERL_LEVEL} < 500800
-	@${ECHO_MSG} "WARNING: Perl scripting disabled (Perl 5.8 requirement not met)."
-.endif
 .if defined(WITHOUT_GNUTLS) && defined(WITHOUT_NSS)
 	@${ECHO_MSG} "WARNING: In order to use MSN, you must enable the GNUTLS and/or NSS options."
 .endif


More information about the Midnightbsd-cvs mailing list