mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
[0] Updates for the latest version 3.1.4pl1
[1] Fix typo of PORTREVISION :-) [2] Add MASTER_SITES [3] Use configure option '--build=...' PR: ports/48840 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
This commit is contained in:
parent
10a9be4461
commit
c8e0bb6383
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76751
@ -7,12 +7,13 @@
|
||||
|
||||
PORTNAME= ndtpd
|
||||
PORTVERSION= 3.1.4
|
||||
PORTREVISON= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese ipv6
|
||||
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/
|
||||
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ \
|
||||
ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/ndtpd/
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
#PATCHFILES= ${DISTNAME}+.diff
|
||||
PATCHFILES= ${DISTNAME}+.diff
|
||||
|
||||
MAINTAINER= takamune@avrl.mei.co.jp
|
||||
COMMENT= Server for accessing CD-ROM books with NDTP
|
||||
@ -20,6 +21,7 @@ COMMENT= Server for accessing CD-ROM books with NDTP
|
||||
LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
|
||||
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (ndtpd-3.1.4.tar.gz) = 32b7437ff4707b619b3ac995eea6827b
|
||||
MD5 (ndtpd-3.1.4+.diff) = 3b3b2708c035f2cc1ea9bee8345f4633
|
||||
|
@ -7,12 +7,13 @@
|
||||
|
||||
PORTNAME= ndtpd
|
||||
PORTVERSION= 3.1.4
|
||||
PORTREVISON= 1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= japanese ipv6
|
||||
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/
|
||||
MASTER_SITES= ftp://ftp.sra.co.jp/pub/net/ndtp/ndtpd/ \
|
||||
ftp://ftp.eos.hokudai.ac.jp/pub/net/ndtp/ndtpd/
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
#PATCHFILES= ${DISTNAME}+.diff
|
||||
PATCHFILES= ${DISTNAME}+.diff
|
||||
|
||||
MAINTAINER= takamune@avrl.mei.co.jp
|
||||
COMMENT= Server for accessing CD-ROM books with NDTP
|
||||
@ -20,6 +21,7 @@ COMMENT= Server for accessing CD-ROM books with NDTP
|
||||
LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
|
||||
|
||||
.if !defined(PACKAGE_BUILDING)
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (ndtpd-3.1.4.tar.gz) = 32b7437ff4707b619b3ac995eea6827b
|
||||
MD5 (ndtpd-3.1.4+.diff) = 3b3b2708c035f2cc1ea9bee8345f4633
|
||||
|
Loading…
Reference in New Issue
Block a user