diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-11-13 01:48:34 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2006-11-13 01:48:34 +0000 |
commit | 65bbd3ad178bb7cf6c3a1f59522d1039402a4204 (patch) | |
tree | c10abda92e4d2949b80995e41d040905a42580ed /editors/poedit | |
parent | 537d1372f908a01bea524a431a9c263f22b68e0e (diff) | |
download | ports-65bbd3ad178bb7cf6c3a1f59522d1039402a4204.tar.gz ports-65bbd3ad178bb7cf6c3a1f59522d1039402a4204.zip |
Notes
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 10 | ||||
-rw-r--r-- | editors/poedit/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index e60ee17f47cf..e7b388016cc3 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -8,11 +8,10 @@ # PORTNAME= poedit -PORTVERSION= 1.3.5 -PORTREVISION= 2 +PORTVERSION= 1.3.6 +PORTREVISION= 0 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Gettext catalogs (.po files) editor @@ -30,7 +29,8 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LDFLAGS="${LDFLAGS}" \ WXRC="${X11BASE}/bin/wxrc-gtk2u-2.6" -CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2u-2.6-config +CONFIGURE_ARGS= --with-wx-config=${X11BASE}/bin/wxgtk2u-2.6-config \ + --mandir=${MANPREFIX}/man CPPFLAGS= -I${BDB_INCLUDE_DIR} \ -I${LOCALBASE}/include ${PTHREAD_CFLAGS} diff --git a/editors/poedit/distinfo b/editors/poedit/distinfo index baf2cdb21d37..e07fe46b62e5 100644 --- a/editors/poedit/distinfo +++ b/editors/poedit/distinfo @@ -1,3 +1,3 @@ -MD5 (poedit-1.3.5.tar.gz) = e91337ceeeb652b1d8e6b76566f31090 -SHA256 (poedit-1.3.5.tar.gz) = dacdecbbc0e92598426fb4803f5afa5ead17d5334f8909f2540866f32da03c3e -SIZE (poedit-1.3.5.tar.gz) = 2604906 +MD5 (poedit-1.3.6.tar.gz) = 01bab36f3065daf9dcddb5dedd7c7143 +SHA256 (poedit-1.3.6.tar.gz) = c9c56fdccfa2e83c4c4cdc8cb83d414d00b81caedfb0eb1fa3f9de4045d661f2 +SIZE (poedit-1.3.6.tar.gz) = 2606278 |