diff options
author | 0mp <0mp@FreeBSD.org> | 2018-11-29 22:10:20 +0800 |
---|---|---|
committer | 0mp <0mp@FreeBSD.org> | 2018-11-29 22:10:20 +0800 |
commit | 371b5d39b0bb2ba5860f0a8e2cd4d7d4247b2d5e (patch) | |
tree | e6d1f1d89f4abf8139fe437f7333f943ebcf90db /textproc | |
parent | cf4aa58b7ecc713f04c7cc420bf26065850b5aad (diff) | |
download | freebsd-ports-gnome-371b5d39b0bb2ba5860f0a8e2cd4d7d4247b2d5e.tar.gz freebsd-ports-gnome-371b5d39b0bb2ba5860f0a8e2cd4d7d4247b2d5e.tar.zst freebsd-ports-gnome-371b5d39b0bb2ba5860f0a8e2cd4d7d4247b2d5e.zip |
textproc/asm-xml: Update to 1.4
- Changelog: http://tibleiz.net/asm-xml/
- Change MASTER_SITES to project's homepage.
- DEFINE LICENSE & LICENSE_FILE.
- Use MK_PROFILE=no instead of NO_PROFILE= in a Makefile used to build this
piece of software on FreeBSD.
- Take over MAINTAINER'ship.
- Pet portlint.
Reviewed by: krion
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D18379
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/asm-xml/Makefile | 12 | ||||
-rw-r--r-- | textproc/asm-xml/distinfo | 5 | ||||
-rw-r--r-- | textproc/asm-xml/files/Makefile | 2 |
3 files changed, 12 insertions, 7 deletions
diff --git a/textproc/asm-xml/Makefile b/textproc/asm-xml/Makefile index 102c9d508864..35d781aa02a7 100644 --- a/textproc/asm-xml/Makefile +++ b/textproc/asm-xml/Makefile @@ -2,16 +2,20 @@ # $FreeBSD$ PORTNAME= asm-xml -PORTVERSION= 1.1 +PORTVERSION= 1.4 CATEGORIES= textproc -MASTER_SITES= SF +MASTER_SITES= http://tibleiz.net/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 0mp@FreeBSD.org COMMENT= Very fast XML parser and decoder written in pure assembler +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +ONLY_FOR_ARCHS= amd64 i386 + BUILD_DEPENDS= fasm:lang/fasm -ONLY_FOR_ARCHS= i386 amd64 USES= dos2unix uidfix PLIST_FILES= include/asm-xml.h lib/libasm-xml.a diff --git a/textproc/asm-xml/distinfo b/textproc/asm-xml/distinfo index 8d18fc1cee08..7511b393b8e5 100644 --- a/textproc/asm-xml/distinfo +++ b/textproc/asm-xml/distinfo @@ -1,2 +1,3 @@ -SHA256 (asm-xml-1.1.tar.gz) = 86ebdad4e78b127e079ca705521e85e6700f1c9d1d7028965ca5cdb217950be0 -SIZE (asm-xml-1.1.tar.gz) = 106902 +TIMESTAMP = 1543237763 +SHA256 (asm-xml-1.4.tar.gz) = 3539bb988c023733960daac1db046865ec39bd8cb85a4b0c6471e13cfba0aaeb +SIZE (asm-xml-1.4.tar.gz) = 107194 diff --git a/textproc/asm-xml/files/Makefile b/textproc/asm-xml/files/Makefile index adeef0fe52cc..0ee093e139a5 100644 --- a/textproc/asm-xml/files/Makefile +++ b/textproc/asm-xml/files/Makefile @@ -5,7 +5,7 @@ OBJS= src/elf.So INCS= include/asm-xml.h NO_PIC= -NO_PROFILE= +MK_PROFILE=no LIBDIR= ${PREFIX}/lib INCLUDEDIR= ${PREFIX}/include |