[Midnightbsd-cvs] mports [18374] trunk/devel/motor: switch to uses
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Fri Mar 27 12:42:57 EDT 2015
Revision: 18374
http://svnweb.midnightbsd.org/mports/?rev=18374
Author: laffer1
Date: 2015-03-27 12:42:57 -0400 (Fri, 27 Mar 2015)
Log Message:
-----------
switch to uses
Modified Paths:
--------------
trunk/devel/motor/Makefile
trunk/devel/motor/pkg-plist
Modified: trunk/devel/motor/Makefile
===================================================================
--- trunk/devel/motor/Makefile 2015-03-27 16:41:30 UTC (rev 18373)
+++ trunk/devel/motor/Makefile 2015-03-27 16:42:57 UTC (rev 18374)
@@ -2,17 +2,16 @@
PORTNAME= motor
PORTVERSION= 3.4.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= http://thekonst.net/download/
MAINTAINER= ports at MidnightBSD.org
-COMMENT= A powerful text mode based programming IDE
+COMMENT= Powerful text mode based programming IDE
+
LICENSE= gpl2
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_ICONV= yes
+USES= tar:bzip2 gmake iconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE}
.if !defined(WITHOUT_NLS)
@@ -24,8 +23,6 @@
PLIST_SUB= NLS="@comment "
.endif
-MAN1= motor.1
-
post-patch:
@${REINPLACE_CMD} -e 's|zxvf|&o|' ${WRKSRC}/share/Makefile.in
@${REINPLACE_CMD} -e 's|strndup|my_strndup|' ${WRKSRC}/parser/src/parser.c \
Modified: trunk/devel/motor/pkg-plist
===================================================================
--- trunk/devel/motor/pkg-plist 2015-03-27 16:41:30 UTC (rev 18373)
+++ trunk/devel/motor/pkg-plist 2015-03-27 16:42:57 UTC (rev 18374)
@@ -1,5 +1,6 @@
bin/motor
bin/motorsync
+man/man1/motor.1.gz
%%NLS%%share/locale/de/LC_MESSAGES/motor.mo
%%NLS%%share/locale/pl/LC_MESSAGES/motor.mo
%%NLS%%share/locale/ru/LC_MESSAGES/motor.mo
@@ -47,15 +48,5 @@
%%DATADIR%%/templates/terminal program/perl/[value name].spec.tmpl
%%DATADIR%%/templates/terminal program/perl/configure.in.tmpl
%%DATADIR%%/themes
- at dirrm %%DATADIR%%/templates/terminal program/perl
- at dirrm %%DATADIR%%/templates/terminal program/java
- at dirrm %%DATADIR%%/templates/terminal program/C++
- at dirrm %%DATADIR%%/templates/terminal program/C
- at dirrm %%DATADIR%%/templates/terminal program
- at dirrm %%DATADIR%%/templates/library/static
- at dirrm %%DATADIR%%/templates/library
- at dirrm %%DATADIR%%/templates
- at dirrm %%DATADIR%%
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/
More information about the Midnightbsd-cvs
mailing list