mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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
This commit is contained in:
parent
bfc433c52a
commit
37efcf560e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=486174
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user