Date: Sat, 31 Aug 2013 07:47:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325776 - head/sysutils/agedu Message-ID: <201308310747.r7V7lfNA084525@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Aug 31 07:47:41 2013 New Revision: 325776 URL: http://svnweb.freebsd.org/changeset/ports/325776 Log: - Reorder MASTER_SITES: try to avoid checksum mismatch caused by rerolled tarball (again and again) - Add LICENSE Modified: head/sysutils/agedu/Makefile Modified: head/sysutils/agedu/Makefile ============================================================================== --- head/sysutils/agedu/Makefile Sat Aug 31 05:33:55 2013 (r325775) +++ head/sysutils/agedu/Makefile Sat Aug 31 07:47:41 2013 (r325776) @@ -4,13 +4,15 @@ PORTNAME= agedu PORTVERSION= 9723 CATEGORIES= sysutils -MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ \ - LOCAL/sunpoet +MASTER_SITES= LOCAL/sunpoet \ + http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/ DISTNAME= ${PORTNAME}-r${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Unix utility for tracking down wasted disk space +LICENSE= MIT + GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308310747.r7V7lfNA084525>