Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 14:10:21 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486174 - in head/textproc/asm-xml: . files
Message-ID:  <201811291410.wATEALWM052488@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Thu Nov 29 14:10:20 2018
New Revision: 486174
URL: https://svnweb.freebsd.org/changeset/ports/486174

Log:
  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

Modified:
  head/textproc/asm-xml/Makefile
  head/textproc/asm-xml/distinfo
  head/textproc/asm-xml/files/Makefile

Modified: head/textproc/asm-xml/Makefile
==============================================================================
--- head/textproc/asm-xml/Makefile	Thu Nov 29 13:36:03 2018	(r486173)
+++ head/textproc/asm-xml/Makefile	Thu Nov 29 14:10:20 2018	(r486174)
@@ -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

Modified: head/textproc/asm-xml/distinfo
==============================================================================
--- head/textproc/asm-xml/distinfo	Thu Nov 29 13:36:03 2018	(r486173)
+++ head/textproc/asm-xml/distinfo	Thu Nov 29 14:10:20 2018	(r486174)
@@ -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

Modified: head/textproc/asm-xml/files/Makefile
==============================================================================
--- head/textproc/asm-xml/files/Makefile	Thu Nov 29 13:36:03 2018	(r486173)
+++ head/textproc/asm-xml/files/Makefile	Thu Nov 29 14:10:20 2018	(r486174)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811291410.wATEALWM052488>