summaryrefslogtreecommitdiff
path: root/print/lyx-devel/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-11-11 21:51:40 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-11-11 21:51:40 +0000
commit1cc95f3f7f127bee1f257e6bc41da7b42bcb39cb (patch)
tree3357677515104158dde117f78d71414fbdfb65c4 /print/lyx-devel/Makefile
parentThis is PIRE, Perl Incompatible Regular Expressions library. (diff)
Update to 2.0.0 beta1
PR: ports/152114 Submitted by: Aldis Berjoza (maintainer)
Notes
Notes: svn path=/head/; revision=264419
Diffstat (limited to 'print/lyx-devel/Makefile')
-rw-r--r--print/lyx-devel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
index e9b3f23a1bd9..5060b6cc1849 100644
--- a/print/lyx-devel/Makefile
+++ b/print/lyx-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lyx
-PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}.a6
+PORTVERSION= ${MAJOR_VERSION}.${MINOR_VERSION}.b1
CATEGORIES= print editors
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/devel/${PORTNAME}-${MAJOR_VERSION}/${PRERELEASE}/ \
http://www-ftp.lip6.fr/ftp/pub/lyx/devel/${PORTNAME}-${MAJOR_VERSION}/${PRERELEASE}/ \
@@ -24,7 +24,7 @@ LIB_DEPENDS= boost_regex.4:${PORTSDIR}/devel/boost-libs
MAJOR_VERSION= 2.0
MINOR_VERSION= 0
-PRERELEASE= alpha6
+PRERELEASE= beta1
LICENSE= GPLv2
CONFLICTS= lyx-1.[0-9]*
@@ -76,6 +76,8 @@ PLIST_SUB+= NLS=""
.endif
post-install:
+ @${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
+ @${ECHO_MSG}
.include <bsd.port.mk>