Date: Wed, 1 Jan 2014 08:12:40 +0000 (UTC) From: Jason Helfman <jgh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338371 - in head/www: moodle24 moodle25 Message-ID: <201401010812.s018CedY038638@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jgh Date: Wed Jan 1 08:12:40 2014 New Revision: 338371 URL: http://svnweb.freebsd.org/changeset/ports/338371 Log: - fix pkgname collisions Submitted by: jgh@ Approved by: wen@ Modified: head/www/moodle24/Makefile head/www/moodle25/Makefile Modified: head/www/moodle24/Makefile ============================================================================== --- head/www/moodle24/Makefile Wed Jan 1 07:59:26 2014 (r338370) +++ head/www/moodle24/Makefile Wed Jan 1 08:12:40 2014 (r338371) @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl CONFLICTS= moodle-1.*.* moodle-2.5.* -LATEST_LINK= moodle24 +PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ soap openssl simplexml spl dom json zip zlib hash Modified: head/www/moodle25/Makefile ============================================================================== --- head/www/moodle25/Makefile Wed Jan 1 07:59:26 2014 (r338370) +++ head/www/moodle25/Makefile Wed Jan 1 08:12:40 2014 (r338371) @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PHPBASE}/lib/php/${PHP_ RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/intl.so:${PORTSDIR}/devel/pecl-intl CONFLICTS= moodle-1.*.* moodle-2.4.* -LATEST_LINK= moodle25 +PKGNAMESUFFIX= ${PKGORIGIN:T:S/moodle//} USE_PHP= session gd pcre mbstring iconv tokenizer curl xml xmlrpc ctype \ soap openssl simplexml spl dom json zip zlib hash
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401010812.s018CedY038638>