- Update to 5.x-1.x-dev_20070331

- Correct MASTER_SITES
- Automatically create the necessary symlink for drupal module, so
  pkg-message is not needed anymore

PR:		ports/111234
Submitted by:	Nick Hilliard <nick at foobar.org> (maintainer)
This commit is contained in:
Rong-En Fan 2007-04-07 19:26:22 +00:00
parent 1b0229c179
commit 4423bd2d97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189445
3 changed files with 7 additions and 18 deletions

View file

@ -7,8 +7,9 @@
PORTNAME= tinymce
DISTVERSION= 5.x-1.x-dev
PORTREVISION= 20070306
PORTREVISION= 20070331
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pav/drupal
MAINTAINER= nick@foobar.org
@ -19,9 +20,7 @@ TINYMCE_MODDIR= ${PORTNAME:C|^|${DRUPAL_MODDIR}/|}
RUN_DEPENDS+= ${PREFIX}/${TINYMCEDIR}/jscripts/tiny_mce/tiny_mce.js:${PORTSDIR}/www/tinymce
SUB_FILES+= pkg-message
SUB_LIST+= TINYMCEDIR="${PREFIX}/${TINYMCEDIR}" \
TINYMCE_MODDIR="${TINYMCE_MODDIR:C|^|${PREFIX}/|}"
PLIST_FILES+= ${DRUPAL_MODDIR}/tinymce
DRUPAL5_MODULE= yes
@ -42,7 +41,7 @@ MODULE_FILES= plugins/drupalbreak/images/drupalbreak.gif \
DOC_FILES= CHANGELOG.TXT INSTALL.txt LICENSE.txt README.TXT
post-install:
@${CAT} ${PKGMESSAGE}
@${LN} -s ${PREFIX}/${TINYMCEDIR} ${PREFIX}/${TINYMCE_MODDIR}
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"

View file

@ -1,3 +1,3 @@
MD5 (drupal/tinymce-5.x-1.x-dev.tar.gz) = 463823a73a718accf35d899759773650
SHA256 (drupal/tinymce-5.x-1.x-dev.tar.gz) = 365aa6b89b7214b370b5a1d273e0bc5e3f4148785b04b1af8d1f078146d09841
SIZE (drupal/tinymce-5.x-1.x-dev.tar.gz) = 29082
MD5 (drupal/tinymce-5.x-1.x-dev.tar.gz) = 16d5182bfee65aa2ff3dd3ca9652409c
SHA256 (drupal/tinymce-5.x-1.x-dev.tar.gz) = cc08e4649c0ffc5c6b1493b10c17a708f9a49389cef86c6be49f58abddf4f8e2
SIZE (drupal/tinymce-5.x-1.x-dev.tar.gz) = 29726

View file

@ -1,10 +0,0 @@
You now need to create a WWW alias in your web server configuration to allow
the Drupal module to use the TinyMCE code. For Apache based systems, the
following directive will work:
Alias %%TINYMCE_MODDIR%% %%TINYMCEDIR%%
Please see the TinyMCE Wiki for more information on how to get the most out
of this package:
http://wiki.moxiecode.com/index.php/TinyMCE:Index