diff options
author | ijliao <ijliao@FreeBSD.org> | 2006-11-13 09:48:34 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2006-11-13 09:48:34 +0800 |
commit | 6df34904e301f2cd50683ec08a715b16a7112a75 (patch) | |
tree | cd3137001d32c2d1e7ffd9136d51fe03abf67457 | |
parent | 43350e7563e98a76e19ccdbb5d3eeebc81470fd5 (diff) | |
download | freebsd-ports-gnome-6df34904e301f2cd50683ec08a715b16a7112a75.tar.gz freebsd-ports-gnome-6df34904e301f2cd50683ec08a715b16a7112a75.tar.zst freebsd-ports-gnome-6df34904e301f2cd50683ec08a715b16a7112a75.zip |
upgrade to 1.3.6
-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 |