[142687] trunk/dports/aqua/emacs-app-devel/Portfile

khindenburg at macports.org khindenburg at macports.org
Sat Dec 12 06:48:42 PST 2015


Revision: 142687
          https://trac.macports.org/changeset/142687
Author:   khindenburg at macports.org
Date:     2015-11-19 17:29:06 -0800 (Thu, 19 Nov 2015)
Log Message:
-----------
emacs-app-devel: update to 20151029 #49519

Modified Paths:
--------------
    trunk/dports/aqua/emacs-app-devel/Portfile

Modified: trunk/dports/aqua/emacs-app-devel/Portfile
===================================================================
--- trunk/dports/aqua/emacs-app-devel/Portfile	2015-11-19 23:56:25 UTC (rev 142686)
+++ trunk/dports/aqua/emacs-app-devel/Portfile	2015-11-20 01:29:06 UTC (rev 142687)
@@ -3,32 +3,34 @@
 PortSystem 1.0
 
 name            emacs-app-devel
-version         20091101
-revision        1
+version         20151029
 
 categories      aqua editors
 maintainers     css openmaintainer
-description     The GNU Emacs text editor, recent CVS development version
+description     The GNU Emacs text editor, recent Git development version
 long_description \
    GNU Emacs is a self-documenting, customizable, extensible real-time \
    display editor. Users new to Emacs will be able to use basic        \
    features fairly rapidly by studying the tutorial and using the      \
    self-documentation features. Emacs also has an extensive            \
    interactive manual browser. It is easily extensible since its       \
-   editing commands are written in Lisp. This port uses the CVS version\
+   editing commands are written in Lisp. This port uses the Git version\
    of the code from a recent date, which includes the NextStep (aqua)  \
    option
 
 platforms       darwin freebsd
 homepage        http://www.gnu.org/software/emacs/emacs.html
 
-fetch.type      cvs
-cvs.root        :pserver:anonymous at cvs.savannah.gnu.org:/sources/emacs
-cvs.date        2009-11-01
-cvs.module      emacs
+fetch.type      git
+git.url         git://git.savannah.gnu.org/emacs.git
+git.url         http://git.savannah.gnu.org/r/emacs.git
+git.branch      db31a883252e17af4386598c52d42ed81db56973
 worksrcdir      emacs
 
+use_autoreconf  yes
+autoreconf.cmd  "./autogen.sh"
 configure.args  --with-ns --without-x --without-dbus
+depends_build-append port:autoconf port:automake port:libtool
 depends_lib     port:ncurses
 use_parallel_build      yes
 
@@ -45,3 +47,5 @@
 	reinplace "s|__PREFIX__|${prefix}|g" \
 		${destroot}${applications_dir}/Emacs.app/Contents/Resources/site-lisp/site-start.el
 }
+
+livecheck.type  none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/46433eac/attachment.html>


More information about the macports-changes mailing list