mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.7.3
- Hand over maintainership to submitter PR: ports/72873 Submitted by: Erik Greenwald <erik@smluc.org>
This commit is contained in:
parent
c7f2af4e2f
commit
4665c74369
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119827
@ -7,15 +7,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= gts
|
PORTNAME= gts
|
||||||
PORTVERSION= 0.7.2
|
PORTVERSION= 0.7.3
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= erik@smluc.org
|
||||||
COMMENT= GNU Triangulated Surface Library
|
COMMENT= GNU Triangulated Surface Library
|
||||||
|
|
||||||
USE_GNOME= glib12 gnometarget
|
USE_GNOME= glib20 gnometarget pkgconfig
|
||||||
USE_GETOPT_LONG= yes
|
USE_GETOPT_LONG= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
@ -31,12 +31,6 @@ PORTDOCS= *
|
|||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
||||||
's|-release \$$(LT_RELEASE)||g'
|
's|-release \$$(LT_RELEASE)||g ; s|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|'
|
||||||
|
|
||||||
.if !defined(NOPORTDOCS)
|
|
||||||
post-install:
|
|
||||||
@${MKDIR} ${DOCSDIR}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/html/* ${DOCSDIR}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
MD5 (gts-0.7.2.tar.gz) = 2724a8ad6843b3d491d336b13e685720
|
MD5 (gts-0.7.3.tar.gz) = c02209e38229eb2abb1370dadd0020b4
|
||||||
SIZE (gts-0.7.2.tar.gz) = 944499
|
SIZE (gts-0.7.3.tar.gz) = 844990
|
||||||
|
@ -11,5 +11,6 @@ include/gts.h
|
|||||||
include/gtsconfig.h
|
include/gtsconfig.h
|
||||||
lib/libgts.a
|
lib/libgts.a
|
||||||
lib/libgts.so
|
lib/libgts.so
|
||||||
lib/libgts.so.2
|
lib/libgts.so.3
|
||||||
|
libdata/pkgconfig/gts.pc
|
||||||
share/aclocal/gts.m4
|
share/aclocal/gts.m4
|
||||||
|
Loading…
Reference in New Issue
Block a user