[Midnightbsd-cvs] CVS Commit: Makefile: GPLv2 license.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 7 14:23:51 EDT 2007


Log Message:
-----------
GPLv2 license.

Bump revision to indicate it's fixed (previous commit)

Modified Files:
--------------
    mports/converters/recode:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/converters/recode/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lconverters/recode/Makefile -Lconverters/recode/Makefile -u -r1.3 -r1.4
--- converters/recode/Makefile
+++ converters/recode/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	recode
 PORTVERSION=	3.6
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	converters
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	recode
@@ -16,6 +16,8 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Converts files between character sets and usages
 
+LICENSE=	gpl2
+
 USE_GETTEXT=	yes
 USE_AUTOTOOLS=	libtool:15
 USE_PERL5=	yes


More information about the Midnightbsd-cvs mailing list