diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-26 06:25:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-26 06:25:56 +0800 |
commit | d27877c43795b017c033c1c661c65207aaea3c36 (patch) | |
tree | 5aedb8af59655f1c691dfaab9627665f2dc95945 /mail | |
parent | 5ed20dbde3f5ef983999864b141df7901d499613 (diff) | |
download | freebsd-ports-gnome-d27877c43795b017c033c1c661c65207aaea3c36.tar.gz freebsd-ports-gnome-d27877c43795b017c033c1c661c65207aaea3c36.tar.zst freebsd-ports-gnome-d27877c43795b017c033c1c661c65207aaea3c36.zip |
Update MASTER_SITES
Trim headers
Undeprecate
PR: ports/172031
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Feature safe: yes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/emh-xemacs21-mule/Makefile | 6 | ||||
-rw-r--r-- | mail/emh/Makefile | 12 |
2 files changed, 3 insertions, 15 deletions
diff --git a/mail/emh-xemacs21-mule/Makefile b/mail/emh-xemacs21-mule/Makefile index 0e4d54d5d7a8..081cb6de0ce9 100644 --- a/mail/emh-xemacs21-mule/Makefile +++ b/mail/emh-xemacs21-mule/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: emh (for xemacs21-mule) -# Date Created: 12 Mar 2001 -# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> -# +# Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> # $FreeBSD$ -# MASTERDIR= ${.CURDIR}/../emh diff --git a/mail/emh/Makefile b/mail/emh/Makefile index 5ee281289042..2b0b15b7c981 100644 --- a/mail/emh/Makefile +++ b/mail/emh/Makefile @@ -1,24 +1,16 @@ -# New ports collection makefile for: emh (for emacs21) -# Date Created: 12 Mar 2001 -# Whom: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> -# +# Created by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> # $FreeBSD$ -# PORTNAME= emh PORTVERSION= 1.14.1 PORTREVISION= 13 CATEGORIES= mail elisp -MASTER_SITES= ftp://ring.aist.go.jp/pub/elisp/semi/semi-1.14-for-flim-1.14/ \ - http://www.kanji.zinbun.kyoto-u.ac.jp/~tomo/lemi/dist/semi/semi-1.14-for-flim-1.14/ +MASTER_SITES= RINGSERVER/elisp/semi/semi-1.14-for-flim-1.14 PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= ports@FreeBSD.org COMMENT= MIME extension of mh-e.el -DEPRECATED= No more public distfiles -EXPIRATION_DATE= 2012-10-20 - BUILD_DEPENDS+= ${LOCALBASE}/share/semi/${SEMI_COOKIE}:${PORTSDIR}/editors/semi${DEPPORT_SUFFIX} RUN_DEPENDS+= ${LOCALBASE}/share/semi/${SEMI_COOKIE}:${PORTSDIR}/editors/semi${DEPPORT_SUFFIX} |