diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2004-10-13 06:54:53 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2004-10-13 06:54:53 +0800 |
commit | 37b4b07b6ae518302e2b4654307e3a763833dade (patch) | |
tree | 2987fc06e1502a68e6d10259e9d07ec67d58cc1a /editors/psgml | |
parent | 6a26b42ffe14f0cf192a75cfa34da4914e64b1e2 (diff) | |
download | freebsd-ports-gnome-37b4b07b6ae518302e2b4654307e3a763833dade.tar.gz freebsd-ports-gnome-37b4b07b6ae518302e2b4654307e3a763833dade.tar.zst freebsd-ports-gnome-37b4b07b6ae518302e2b4654307e3a763833dade.zip |
- Upgrade to 1.2.5.
Submitted by: max
No response from: maintainer (shige)
Diffstat (limited to 'editors/psgml')
-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/ |