diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-10 19:11:11 +0000 |
commit | b2c4fbb77ae78c9afdb5e9b230c54c6e8e1c5dfa (patch) | |
tree | 72e0f50b478fcc72d7fc0a63685fd4e55917df11 /emulators/tme | |
parent | ad444725e12107f98ef3a17901a6c968e5f165f6 (diff) |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Notes
Notes:
svn path=/head/; revision=308630
Diffstat (limited to 'emulators/tme')
-rw-r--r-- | emulators/tme/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index e990ab6a08b2..d748cc22107e 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -3,6 +3,7 @@ PORTNAME= tme PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://people.csail.mit.edu/fredette/tme/ |