diff options
author | hrs <hrs@FreeBSD.org> | 2006-02-21 06:13:54 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2006-02-21 06:13:54 +0800 |
commit | 02332f529183ed529363c01efc8567401057eccb (patch) | |
tree | f7c1275441ebafe9489e71401d866cb663d88843 /editors/psgml/Makefile | |
parent | 622e2e6dfd85478173a99426c141269e21cc65a9 (diff) | |
download | freebsd-ports-graphics-02332f529183ed529363c01efc8567401057eccb.tar.gz freebsd-ports-graphics-02332f529183ed529363c01efc8567401057eccb.tar.zst freebsd-ports-graphics-02332f529183ed529363c01efc8567401057eccb.zip |
Fix (sgml-make-character-reference) to use (ucs-to-char) and
(char-to-ucs). Bump PORTREVISION.
Spotted by: kuriyama
Diffstat (limited to 'editors/psgml/Makefile')
-rw-r--r-- | editors/psgml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/psgml/Makefile b/editors/psgml/Makefile index a592b067052..6fabf72d343 100644 --- a/editors/psgml/Makefile +++ b/editors/psgml/Makefile @@ -7,7 +7,7 @@ PORTNAME= psgml PORTVERSION= 1.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors elisp MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= psgml |