mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 0.8.4
PR: 162834 Submitted by: Ports Fury Feature safe: yes
This commit is contained in:
parent
784e6b9ab1
commit
c33c11702c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286484
2 changed files with 11 additions and 5 deletions
|
@ -7,26 +7,32 @@
|
|||
#
|
||||
|
||||
PORTNAME= dia2code
|
||||
PORTVERSION= 0.8.3
|
||||
PORTVERSION= 0.8.4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A small utility used to generate code from a Dia diagram
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USE_GNOME= libxml2
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \
|
||||
AUTOMAKE="${TRUE}"
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
MAN1= dia2code.1
|
||||
PLIST_FILES= bin/dia2code
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/<malloc.h>/d' ${WRKSRC}/dia2code/dia2code.h
|
||||
@${REINPLACE_CMD} -e 's|ulong|unsigned long|' ${WRKSRC}/dia2code/source_parser.[ch]
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/dia2code.1 ${MANPREFIX}/man/man1
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (dia2code-0.8.3.tar.gz) = 60d7d9e61ce0fe997cbcd9901a35d0dac4346e11f092c8277151cd2a3bed11b4
|
||||
SIZE (dia2code-0.8.3.tar.gz) = 133043
|
||||
SHA256 (dia2code-0.8.4.tar.gz) = d4fc86d8d6e0894d81b82bbd96a40f9c07a65e8554f736245799745dff34feb2
|
||||
SIZE (dia2code-0.8.4.tar.gz) = 156221
|
||||
|
|
Loading…
Add table
Reference in a new issue