[Midnightbsd-cvs] mports [20371] trunk/devel: modernize

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 2 11:00:38 EDT 2015


Revision: 20371
          http://svnweb.midnightbsd.org/mports/?rev=20371
Author:   laffer1
Date:     2015-10-02 11:00:38 -0400 (Fri, 02 Oct 2015)
Log Message:
-----------
modernize

Modified Paths:
--------------
    trunk/devel/libgtop/Makefile
    trunk/devel/sysconftool/Makefile
    trunk/devel/t1lib/Makefile
    trunk/devel/t1lib/distinfo
    trunk/devel/websvn/Makefile
    trunk/devel/websvn/pkg-plist
    trunk/devel/yasm/Makefile

Modified: trunk/devel/libgtop/Makefile
===================================================================
--- trunk/devel/libgtop/Makefile	2015-10-02 15:00:31 UTC (rev 20370)
+++ trunk/devel/libgtop/Makefile	2015-10-02 15:00:38 UTC (rev 20371)
@@ -10,6 +10,9 @@
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	GNOME 2 top library
 
+LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_PERL5=	build
 USE_XORG=	xau
 USES=		gettext gmake libtool makeinfo pathfix perl5 pkgconfig tar:xz

Modified: trunk/devel/sysconftool/Makefile
===================================================================
--- trunk/devel/sysconftool/Makefile	2015-10-02 15:00:31 UTC (rev 20370)
+++ trunk/devel/sysconftool/Makefile	2015-10-02 15:00:38 UTC (rev 20371)
@@ -12,7 +12,7 @@
 
 USES=		tar:bzip2
 USE_PERL5=	yes
-HAS_CONFIGURE=	yes
+GNu_CONFIGURE=	yes
 
 USE_AUTOTOOLS=	automake aclocal autoconf
 

Modified: trunk/devel/t1lib/Makefile
===================================================================
--- trunk/devel/t1lib/Makefile	2015-10-02 15:00:31 UTC (rev 20370)
+++ trunk/devel/t1lib/Makefile	2015-10-02 15:00:38 UTC (rev 20371)
@@ -3,7 +3,7 @@
 
 PORTNAME=	t1lib
 PORTVERSION=	5.1.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	devel
 MASTER_SITES=	SUNSITE/libs/graphics/ \
@@ -10,11 +10,11 @@
 		http://www.skysmurf.nl/comp/FreeBSD/distfiles/
 
 MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Type 1 Rasterizer Library for UNIX/X11
+COMMENT=	Type 1 font rasterization library for UNIX/X11
 
 LICENSE=	lgpl
 
-USES=		gmake libtool
+USES=		cpe gmake libtool
 GNU_CONFIGURE=	yes
 ALL_TARGET=	without_doc
 USE_LDCONFIG=	yes

Modified: trunk/devel/t1lib/distinfo
===================================================================
--- trunk/devel/t1lib/distinfo	2015-10-02 15:00:31 UTC (rev 20370)
+++ trunk/devel/t1lib/distinfo	2015-10-02 15:00:38 UTC (rev 20371)
@@ -1,3 +1,2 @@
 SHA256 (t1lib-5.1.2.tar.gz) = 821328b5054f7890a0d0cd2f52825270705df3641dbd476d58d17e56ed957b59
-RMD160 (t1lib-5.1.2.tar.gz) = ab22aea390356750d743c0f4b08762aa76ca2a82
 SIZE (t1lib-5.1.2.tar.gz) = 1872534

Modified: trunk/devel/websvn/Makefile
===================================================================
--- trunk/devel/websvn/Makefile	2015-10-02 15:00:31 UTC (rev 20370)
+++ trunk/devel/websvn/Makefile	2015-10-02 15:00:38 UTC (rev 20371)
@@ -7,8 +7,11 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Subversion repository web frontend
+
 LICENSE=	gpl2
+LICENSE_FILE=	${WRKSRC}/license.txt
 
+USES=		cpe
 USE_PHP=	iconv pcre xml
 NO_BUILD=	yes
 

Modified: trunk/devel/websvn/pkg-plist
===================================================================
--- trunk/devel/websvn/pkg-plist	2015-10-02 15:00:31 UTC (rev 20370)
+++ trunk/devel/websvn/pkg-plist	2015-10-02 15:00:38 UTC (rev 20371)
@@ -434,24 +434,3 @@
 %%WEBSVNDIR%%/templates/calm/revision.tmpl
 %%WEBSVNDIR%%/templates/calm/styles.css
 %%WEBSVNDIR%%/wsvn.php
- at dirrm %%WEBSVNDIR%%/cache
- at dirrm %%WEBSVNDIR%%/doc
- at dirrm %%WEBSVNDIR%%/include
- at dirrm %%WEBSVNDIR%%/javascript
- at dirrm %%WEBSVNDIR%%/languages
- at dirrm %%WEBSVNDIR%%/lib/geshi
- at dirrm %%WEBSVNDIR%%/lib/pear/Text/Diff/Engine
- at dirrm %%WEBSVNDIR%%/lib/pear/Text/Diff/Renderer
- at dirrm %%WEBSVNDIR%%/lib/pear/Text/Diff
- at dirrm %%WEBSVNDIR%%/lib/pear/Text
- at dirrm %%WEBSVNDIR%%/lib/pear/Archive
- at dirrm %%WEBSVNDIR%%/lib/pear
- at dirrm %%WEBSVNDIR%%/lib
- at dirrm %%WEBSVNDIR%%/templates/calm/images
- at dirrm %%WEBSVNDIR%%/templates/calm
- at dirrm %%WEBSVNDIR%%/templates/BlueGrey/images
- at dirrm %%WEBSVNDIR%%/templates/BlueGrey
- at dirrm %%WEBSVNDIR%%/templates/Elegant/images
- at dirrm %%WEBSVNDIR%%/templates/Elegant
- at dirrm %%WEBSVNDIR%%/templates
- at dirrm %%WEBSVNDIR%%

Modified: trunk/devel/yasm/Makefile
===================================================================
--- trunk/devel/yasm/Makefile	2015-10-02 15:00:31 UTC (rev 20370)
+++ trunk/devel/yasm/Makefile	2015-10-02 15:00:38 UTC (rev 20371)
@@ -2,7 +2,7 @@
 
 PORTNAME=	yasm
 PORTVERSION=	1.2.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel lang
 MASTER_SITES=	http://www.tortall.net/projects/yasm/releases/
 



More information about the Midnightbsd-cvs mailing list