mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/libtexprintf: Use upstream release archive
Removes need to use USES= autoreconf and while at it remove GNU_CONFIGURE_MANPREFIX PR: 284103 Approved by: portmgr (maintainer timeout, 2+ weeks)
This commit is contained in:
parent
8bcbee5fff
commit
15113a389f
2 changed files with 5 additions and 9 deletions
|
@ -1,8 +1,8 @@
|
||||||
PORTNAME= libtexprintf
|
PORTNAME= libtexprintf
|
||||||
DISTVERSIONPREFIX= v
|
|
||||||
DISTVERSION= 1.25
|
DISTVERSION= 1.25
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= math textproc
|
CATEGORIES= math textproc
|
||||||
|
MASTER_SITES= https://github.com/bartp5/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Formatted math formula output with tex-like syntax
|
COMMENT= Formatted math formula output with tex-like syntax
|
||||||
|
@ -11,14 +11,10 @@ WWW= https://github.com/bartp5/libtexprintf
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= autoreconf gmake libtool
|
USES= gmake libtool
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= bartp5
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1699915594
|
TIMESTAMP = 1737056103
|
||||||
SHA256 (bartp5-libtexprintf-v1.25_GH0.tar.gz) = c50a44e33eba551526ff553c0af0bdd3f3a219d8ed60f11fcd9d7b30cd028af1
|
SHA256 (libtexprintf-1.25.tar.gz) = 8a6f132d7bb27a20a41f8f5905cab0a78d73453dcb74cbe8263f7632197b0c25
|
||||||
SIZE (bartp5-libtexprintf-v1.25_GH0.tar.gz) = 123468
|
SIZE (libtexprintf-1.25.tar.gz) = 466120
|
||||||
|
|
Loading…
Add table
Reference in a new issue