[Midnightbsd-cvs] mports: devel/motor: This port changed locations.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 22 06:18:40 EDT 2007


Log Message:
-----------
This port changed locations.  It now uses bzip2.

The port fakes properly with the share patch

Modified Files:
--------------
    mports/devel/motor:
        Makefile (r1.2 -> r1.3)
        distinfo (r1.1 -> r1.2)

Added Files:
-----------
    mports/devel/motor/files:
        patch-share::Makefile.in (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/motor/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldevel/motor/Makefile -Ldevel/motor/Makefile -u -r1.2 -r1.3
--- devel/motor/Makefile
+++ devel/motor/Makefile
@@ -6,17 +6,16 @@
 # $FreeBSD: ports/devel/motor/Makefile,v 1.24 2006/08/18 17:16:36 delphij Exp $
 #
 
-BROKEN= strndup() conflict causes build to fail.
-
 PORTNAME=	motor
 PORTVERSION=	3.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
-MASTER_SITES=	http://konst.org.ua/download/
+MASTER_SITES=	http://thekonst.net/download/
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	A powerful text mode based programming IDE
 
+USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_ICONV=	yes
 GNU_CONFIGURE=	yes
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/devel/motor/distinfo,v
retrieving revision 1.1
retrieving revision 1.2
diff -Ldevel/motor/distinfo -Ldevel/motor/distinfo -u -r1.1 -r1.2
--- devel/motor/distinfo
+++ devel/motor/distinfo
@@ -1,3 +1,3 @@
-MD5 (motor-3.4.0.tar.gz) = c9ff6aade7105a90df11ccfd51592bec
-SHA256 (motor-3.4.0.tar.gz) = 9400b8aba24c87143fc11dfce6401e40e3ff0b5b6cf84b753b3bd5a69fe19a30
-SIZE (motor-3.4.0.tar.gz) = 572571
+MD5 (motor-3.4.0.tar.bz2) = 0fcf7ce0386b269e8bdbb7a86e9bee19
+SHA256 (motor-3.4.0.tar.bz2) = d876ca4567cb691b17c7a8cde1c5a23a9349bdbe70b587804a7b58f21c1d2f42
+SIZE (motor-3.4.0.tar.bz2) = 468265
--- /dev/null
+++ devel/motor/files/patch-share::Makefile.in
@@ -0,0 +1,13 @@
+--- share/Makefile.in.orig	Wed Aug 22 06:08:40 2007
++++ share/Makefile.in	Wed Aug 22 06:09:12 2007
+@@ -225,8 +225,8 @@
+ 	-if test -d templates; then rm -f tmpl.tar.gz; fi
+ 
+ install-data-local: tmpl.tar.gz
+-	tar zxvf tmpl.tar.gz -C $(datadir)/motor/
+-	-find $(datadir)/motor/ -name CVS -type d -exec rm -rf {} \;
++	tar zxvf tmpl.tar.gz -C ${DESTDIR}$(datadir)/motor/
++	-find ${DESTDIR}$(datadir)/motor/ -name CVS -type d -exec rm -rf {} \;
+ 	if test -d templates; then rm -f tmpl.tar.gz; fi
+ 
+ uninstall-local:


More information about the Midnightbsd-cvs mailing list