diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-03-03 04:37:31 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-03-03 04:37:31 +0800 |
commit | 2d77d6fe74e7251465ba5e7a13ecade10b1b4572 (patch) | |
tree | fcff71189103d7d7ef2c68f20bd96051ba16ac59 /japanese | |
parent | e0f03c345970d9da388f25a58610b8d0d18914fb (diff) | |
download | freebsd-ports-gnome-2d77d6fe74e7251465ba5e7a13ecade10b1b4572.tar.gz freebsd-ports-gnome-2d77d6fe74e7251465ba5e7a13ecade10b1b4572.tar.zst freebsd-ports-gnome-2d77d6fe74e7251465ba5e7a13ecade10b1b4572.zip |
[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>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ebnetd/Makefile | 8 | ||||
-rw-r--r-- | japanese/ebnetd/distinfo | 1 | ||||
-rw-r--r-- | japanese/ndtpd/Makefile | 8 | ||||
-rw-r--r-- | japanese/ndtpd/distinfo | 1 |
4 files changed, 12 insertions, 6 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile index 50c95a8601d0..d07c737157de 100644 --- a/japanese/ebnetd/Makefile +++ b/japanese/ebnetd/Makefile @@ -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) diff --git a/japanese/ebnetd/distinfo b/japanese/ebnetd/distinfo index 9da1a75eac49..4982fd556b0f 100644 --- a/japanese/ebnetd/distinfo +++ b/japanese/ebnetd/distinfo @@ -1 +1,2 @@ MD5 (ndtpd-3.1.4.tar.gz) = 32b7437ff4707b619b3ac995eea6827b +MD5 (ndtpd-3.1.4+.diff) = 3b3b2708c035f2cc1ea9bee8345f4633 diff --git a/japanese/ndtpd/Makefile b/japanese/ndtpd/Makefile index 50c95a8601d0..d07c737157de 100644 --- a/japanese/ndtpd/Makefile +++ b/japanese/ndtpd/Makefile @@ -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) diff --git a/japanese/ndtpd/distinfo b/japanese/ndtpd/distinfo index 9da1a75eac49..4982fd556b0f 100644 --- a/japanese/ndtpd/distinfo +++ b/japanese/ndtpd/distinfo @@ -1 +1,2 @@ MD5 (ndtpd-3.1.4.tar.gz) = 32b7437ff4707b619b3ac995eea6827b +MD5 (ndtpd-3.1.4+.diff) = 3b3b2708c035f2cc1ea9bee8345f4633 |