diff options
author | anray <anray@FreeBSD.org> | 2007-06-30 05:19:23 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2007-06-30 05:19:23 +0800 |
commit | 7a7d2aa29fccaff83b64e5e2682a1cd1c8697de6 (patch) | |
tree | beae978cb2e3fca7c6d407492ded9a0046e2135e /lang/python-mode.el | |
parent | 0392974833271b247d3603fe3a8594ffefa16357 (diff) | |
download | freebsd-ports-gnome-7a7d2aa29fccaff83b64e5e2682a1cd1c8697de6.tar.gz freebsd-ports-gnome-7a7d2aa29fccaff83b64e5e2682a1cd1c8697de6.tar.zst freebsd-ports-gnome-7a7d2aa29fccaff83b64e5e2682a1cd1c8697de6.zip |
Update to 1.0 release.
PR: ports/114124
Submitted by: Denis Shaposhnikov <dsh@vlink.ru>
Approved by: Dario Freni (maintainer)
Diffstat (limited to 'lang/python-mode.el')
-rw-r--r-- | lang/python-mode.el/Makefile | 7 | ||||
-rw-r--r-- | lang/python-mode.el/distinfo | 6 | ||||
-rw-r--r-- | lang/python-mode.el/pkg-plist | 6 |
3 files changed, 13 insertions, 6 deletions
diff --git a/lang/python-mode.el/Makefile b/lang/python-mode.el/Makefile index 0dec65e15c44..504a83ab2eb6 100644 --- a/lang/python-mode.el/Makefile +++ b/lang/python-mode.el/Makefile @@ -6,11 +6,12 @@ # PORTNAME= python-mode.el -PORTVERSION= 1.0.a +PORTVERSION= 1.0 +PORTEPOCH= 1 CATEGORIES= lang elisp python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=python-mode -DISTNAME= python-mode-1.0alpha +DISTNAME= python-mode-${PORTVERSION} MAINTAINER= saturnero@gufi.org COMMENT= Emacs lisp module for the Python language @@ -21,7 +22,7 @@ CONFLICTS= python-2.4.[012]* EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp -LISPFILES= python-mode.el pycomplete.el +LISPFILES= doctest-mode.el pycomplete.el pycomplete.py python-mode.el do-install: ${MKDIR} ${EMACSLISPDIR} diff --git a/lang/python-mode.el/distinfo b/lang/python-mode.el/distinfo index 07f72a7b8d56..89b052dd8c81 100644 --- a/lang/python-mode.el/distinfo +++ b/lang/python-mode.el/distinfo @@ -1,3 +1,3 @@ -MD5 (python-mode-1.0alpha.tar.gz) = 41adbb7bc4079d9aac3323e962c1e542 -SHA256 (python-mode-1.0alpha.tar.gz) = b0845398f566fcd475ae4ac2d0b48aa01a03f3d4dc3af92a52fe39d567f30273 -SIZE (python-mode-1.0alpha.tar.gz) = 53666 +MD5 (python-mode-1.0.tar.gz) = 57fde95d350e010b5a00d98b8ce4a066 +SHA256 (python-mode-1.0.tar.gz) = 1e0f0038d9a320ba4e0b3b6a8f0ead46c94147ccc5bcd61ccd0a3ec14ff19445 +SIZE (python-mode-1.0.tar.gz) = 54295 diff --git a/lang/python-mode.el/pkg-plist b/lang/python-mode.el/pkg-plist index a6e51d4536bc..3767bb8a8b0b 100644 --- a/lang/python-mode.el/pkg-plist +++ b/lang/python-mode.el/pkg-plist @@ -1,9 +1,15 @@ +share/emacs/site-lisp/doctest-mode.el share/emacs/site-lisp/python-mode.el share/emacs/site-lisp/pycomplete.el +share/emacs/site-lisp/pycomplete.py @exec mkdir -p %D/lib/xemacs/site-lisp +@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/doctest-mode.el @exec ln -sf %D/%F %D/lib/xemacs/site-lisp/python-mode.el @exec ln -sf %D/%F %D/lib/xemacs/site-lisp/pycomplete.el +@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/pycomplete.py +@unexec rm %D/lib/xemacs/site-lisp/doctest-mode.el 2>/dev/null || true @unexec rm %D/lib/xemacs/site-lisp/python-mode.el 2>/dev/null || true @unexec rm %D/lib/xemacs/site-lisp/pycomplete.el 2>/dev/null || true +@unexec rm %D/lib/xemacs/site-lisp/pycomplete.py 2>/dev/null || true @dirrmtry lib/xemacs/site-lisp @dirrmtry lib/xemacs |