svn commit: r325776 - head/sysutils/agedu
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 31 07:47:41 UTC 2013
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 at FreeBSD.org
COMMENT= Unix utility for tracking down wasted disk space
+LICENSE= MIT
+
GNU_CONFIGURE= yes
MAN1= ${PORTNAME}.1
More information about the svn-ports-all
mailing list