diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-10-12 22:54:53 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-10-12 22:54:53 +0000 |
commit | 8995a1d4782091b953d25b4b9ee61e4d5cc38e2b (patch) | |
tree | de712a4eb1c41aedeacbd118d081e12d46f4e7e9 /editors | |
parent | d6f4166d473f24dbd7cee231a86c489d14feeb7f (diff) | |
download | ports-8995a1d4782091b953d25b4b9ee61e4d5cc38e2b.tar.gz ports-8995a1d4782091b953d25b4b9ee61e4d5cc38e2b.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/psgml/Makefile | 7 | ||||
-rw-r--r-- | editors/psgml/distinfo | 8 | ||||
-rw-r--r-- | editors/psgml/pkg-descr | 1 |
3 files changed, 8 insertions, 8 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index ad85c27d3dd6..0f7c2f33446b 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -7,7 +7,6 @@ PORTNAME= psgml PORTVERSION= ${PSGML_VER} -PORTREVISION= 3 CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.lysator.liu.se/pub/sgml/ \ ${MASTER_SITE_SOURCEFORGE} @@ -15,14 +14,14 @@ MASTER_SITE_SUBDIR= psgml PKGNAMESUFFIX= -${EMACS_PORT_NAME} PATCH_SITES= ${MASTER_SITE_LOCAL} -PATCH_SITE_SUBDIR= kuriyama -PATCHFILES= psgml-symbol-conflict-020120.gz +PATCH_SITE_SUBDIR= max +PATCHFILES= psgml-symbol-conflict-040817.gz MAINTAINER?= shige@FreeBSD.org COMMENT?= A major mode for editing SGML and XML documents for emacs21 # distfile version -PSGML_VER= 1.2.4 +PSGML_VER= 1.2.5 PSGML_STARTUPEL= psgml-startup.el SCRIPTS_ENV= TARGETS="${PSGML_STARTUPEL}" diff --git a/editors/psgml/distinfo b/editors/psgml/distinfo index 0ee34b4e09c7..56be23c7f2f9 100644 --- a/editors/psgml/distinfo +++ b/editors/psgml/distinfo @@ -1,4 +1,4 @@ -MD5 (psgml-1.2.4.tar.gz) = 2817cc419befb5641dd5ba3e1e774676 -SIZE (psgml-1.2.4.tar.gz) = 254119 -MD5 (psgml-symbol-conflict-020120.gz) = a4f7ff5477048c880f8b027b7115a541 -SIZE (psgml-symbol-conflict-020120.gz) = 6572 +MD5 (psgml-1.2.5.tar.gz) = d4f346b0242035e54860b29d7466b0a2 +SIZE (psgml-1.2.5.tar.gz) = 243668 +MD5 (psgml-symbol-conflict-040817.gz) = 247902825ddde4896205d9fd3b79a6c0 +SIZE (psgml-symbol-conflict-040817.gz) = 6639 diff --git a/editors/psgml/pkg-descr b/editors/psgml/pkg-descr index d002f896068c..4c2bba5907b3 100644 --- a/editors/psgml/pkg-descr +++ b/editors/psgml/pkg-descr @@ -18,3 +18,4 @@ To use psgml, put the following setup into your ~/.emacs: (require 'psgml-startup) --- Porting by shige <shige@FreeBSD.ORG>. +WWW: http://www.lysator.liu.se/~lenst/about_psgml/ |