mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
textproc/bibclean: Update to 3.06
- Tar .tar.gz distfile is not available at the moment. Let's use .tar.xz. for now.
This commit is contained in:
parent
be5434a41a
commit
22c098befb
4 changed files with 10 additions and 33 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= bibclean
|
PORTNAME= bibclean
|
||||||
DISTVERSION= 3.04
|
DISTVERSION= 3.06
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://ftp.math.utah.edu/pub//bibclean/
|
MASTER_SITES= http://ftp.math.utah.edu/pub//bibclean/
|
||||||
|
|
||||||
|
@ -9,8 +9,12 @@ COMMENT= Prettyprinter, portability verifier, and syntax checker for BibTeX
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
USES= tar:xz
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAKE_ARGS= mandir=${PREFIX}/share/man/man1
|
||||||
|
|
||||||
PLIST_SUB= VERSION=${DISTVERSION}
|
PLIST_SUB= VERSION=${DISTVERSION}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1600697423
|
TIMESTAMP = 1629052308
|
||||||
SHA256 (bibclean-3.04.tar.gz) = a0ad3655ed7c899e987de99e2ce058fa4407d472e093a19c499d757d5e5af7b0
|
SHA256 (bibclean-3.06.tar.xz) = 6574f9b8042ba8fa05eae5416b3738a35c38d129f48e733e25878ecfbaaade43
|
||||||
SIZE (bibclean-3.04.tar.gz) = 2712015
|
SIZE (bibclean-3.06.tar.xz) = 1697732
|
||||||
|
|
|
@ -1,29 +0,0 @@
|
||||||
--- Makefile.in.orig 2020-09-21 14:24:41 UTC
|
|
||||||
+++ Makefile.in
|
|
||||||
@@ -94,10 +94,10 @@ BIBCLEANNAME = bibclean
|
|
||||||
prefix = @prefix@
|
|
||||||
exec_prefix = ${prefix}
|
|
||||||
|
|
||||||
-bindir = ${exec_prefix}/bin
|
|
||||||
-srcdir = @srcdir@
|
|
||||||
+bindir = ${DESTDIR}/${exec_prefix}/bin
|
|
||||||
+srcdir = ${DESTDIR}/@srcdir@
|
|
||||||
|
|
||||||
-datarootdir = @datarootdir@
|
|
||||||
+datarootdir = ${DESTDIR}/@datarootdir@
|
|
||||||
datadir = @datadir@
|
|
||||||
bibcleandir = ${datadir}/${BIBCLEANNAME}
|
|
||||||
initdir = ${bibcleandir}/${VERSION}
|
|
||||||
@@ -117,10 +117,10 @@ LIBS = @LIBS@
|
|
||||||
|
|
||||||
OPT =
|
|
||||||
|
|
||||||
-VPATH = @srcdir@
|
|
||||||
+VPATH = ${DESTDIR}/@srcdir@
|
|
||||||
|
|
||||||
### Where to install the manual pages.
|
|
||||||
-mandir = ${prefix}/man/man1
|
|
||||||
+mandir = ${DESTDIR}${prefix}/share/man/man1
|
|
||||||
### Extension (not including `.') for the installed manual page filenames.
|
|
||||||
manext = 1
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
bin/bibclean
|
bin/bibclean
|
||||||
bin/bibclean-%%VERSION%%
|
bin/bibclean-%%VERSION%%
|
||||||
|
bin/bibisbn
|
||||||
|
bin/bibisbn-%%VERSION%%
|
||||||
share/man/man1/bibclean.1.gz
|
share/man/man1/bibclean.1.gz
|
||||||
share/man/man1/bibclean-%%VERSION%%.1.gz
|
share/man/man1/bibclean-%%VERSION%%.1.gz
|
||||||
%%DATADIR%%/%%VERSION%%/bibclean.ini
|
%%DATADIR%%/%%VERSION%%/bibclean.ini
|
||||||
|
|
Loading…
Add table
Reference in a new issue