Skip to content

Commit

Permalink
Mk/bsd.octave.mk: improve fetching of source files for older ports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Montgomery-Smith authored and Stephen Montgomery-Smith committed Oct 10, 2022
1 parent 712e9c3 commit 870f8bc
Show file tree
Hide file tree
Showing 19 changed files with 44 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Mk/bsd.octave.mk
Expand Up @@ -6,9 +6,14 @@
# It is, in effect, a wrapper using the package handling already built
# into math/octave.

MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases \
SF/octave/Octave%20Forge%20Packages/Old%20Monolithic%20Releases/R2009-06-07 \
SF/octave/Octave%20Forge%20Packages/Old%20Monolithic%20Releases/R2009-05-08
.if !empty(MASTER_SITE_OLD:MR2009_05)
MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Old%20Monolithic%20Releases/R2009-05-08
.elif !empty(MASTER_SITE_OLD:MR2009_06)
MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Old%20Monolithic%20Releases/R2009-06-07
.else
MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases
.endif

DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}

bsd_octave_mk_MAINTAINER= stephen@FreeBSD.org
Expand Down
2 changes: 2 additions & 0 deletions benchmarks/octave-forge-benchmark/Makefile
Expand Up @@ -10,5 +10,7 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions math/octave-forge-bioinfo/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-civil-engineering/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-ident/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-informationtheory/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_06

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-integration/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-irsa/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-missing-functions/Makefile
Expand Up @@ -7,6 +7,8 @@ MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= http://octave.sourceforge.net/

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-multicore/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_06

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-oct2mat/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_06

GNU_CONFIGURE= yes

RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:math/octave-forge-io
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-odebvp/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-outliers/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-secs2d/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

post-patch:
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-simp/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-special-matrix/Makefile
Expand Up @@ -7,6 +7,8 @@ MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= http://octave.sourceforge.net/

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-symband/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_06

GNU_CONFIGURE= yes

.include "${.CURDIR}/../../Mk/bsd.octave.mk"
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-tcl-octave/Makefile
Expand Up @@ -7,6 +7,8 @@ MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
WWW= http://octave.sourceforge.net/

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

USES+= tcl:wrapper
Expand Down
2 changes: 2 additions & 0 deletions math/octave-forge-zenity/Makefile
Expand Up @@ -10,6 +10,8 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

MASTER_SITE_OLD= R2009_05

GNU_CONFIGURE= yes

RUN_DEPENDS+= zenity:x11/zenity
Expand Down

0 comments on commit 870f8bc

Please sign in to comment.