diff options
Diffstat (limited to 'net/grsync')
-rw-r--r-- | net/grsync/Makefile | 12 | ||||
-rw-r--r-- | net/grsync/distinfo | 4 | ||||
-rw-r--r-- | net/grsync/pkg-descr | 14 | ||||
-rw-r--r-- | net/grsync/pkg-plist | 4 |
4 files changed, 20 insertions, 14 deletions
diff --git a/net/grsync/Makefile b/net/grsync/Makefile index 359050baa997..36a8f916b9d1 100644 --- a/net/grsync/Makefile +++ b/net/grsync/Makefile @@ -6,8 +6,7 @@ # PORTNAME= grsync -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= net ipv6 MASTER_SITES= http://www.opbyte.it/release/ \ LOCAL/martymac @@ -15,10 +14,11 @@ MASTER_SITES= http://www.opbyte.it/release/ \ MAINTAINER= martymac@FreeBSD.org COMMENT= GTK frontend for rsync -RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync - LICENSE= GPLv2 +RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \ + bash:${PORTSDIR}/shells/bash + USE_GNOME= gtk20 desktopfileutils GNU_CONFIGURE= yes USE_GMAKE= yes @@ -27,7 +27,7 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" .if !defined(WITHOUT_NLS) USE_GETTEXT= yes @@ -39,6 +39,8 @@ PLIST_SUB+= NLS="@comment " MAN1= grsync.1 grsync-batch.1 post-patch: + @${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \ + ${WRKSRC}/src/grsync-batch .if defined(WITHOUT_NLS) @${REINPLACE_CMD} 's/^ALL_LINGUAS=.*/ALL_LINGUAS=""/' \ ${WRKSRC}/configure diff --git a/net/grsync/distinfo b/net/grsync/distinfo index 981143f74da3..701f5172bcee 100644 --- a/net/grsync/distinfo +++ b/net/grsync/distinfo @@ -1,2 +1,2 @@ -SHA256 (grsync-1.1.1.tar.gz) = ea0d1cf4a25dc7d03f7d305cbab75757541f66b46844321a9630c32dcad30c39 -SIZE (grsync-1.1.1.tar.gz) = 283339 +SHA256 (grsync-1.2.0.tar.gz) = 91bf09fe7d217e7f138de89cdc3a8464766aa4ebdb7e32c5ac70fadefff28f1f +SIZE (grsync-1.2.0.tar.gz) = 297433 diff --git a/net/grsync/pkg-descr b/net/grsync/pkg-descr index 5f40c8d18642..de7903a88fb7 100644 --- a/net/grsync/pkg-descr +++ b/net/grsync/pkg-descr @@ -1,9 +1,9 @@ -Grsync is a GUI (Graphical User Interface) for rsync, the commandline -directory synchronization tool. It makes use of the GTK libraries and is -released under the GPL license, so it is opensource. It doesn't support all -of rsync features, but can be effectively used to synchronize local -directories and supports remote targets in a limited way (read: manual). For -example some people use grsync to synchronize their music collection with -removable devices or to backup personal files to a networked drive. +Grsync is a GUI (Graphical User Interface) for rsync, the commandline directory +synchronization tool. It makes use of the GTK libraries and is released under +the GPL license, so it is opensource. It doesn't support all of rsync features, +but can be effectively used to synchronize local directories and supports +remote targets in a limited way (read: manual). For example some people use +grsync to synchronize their music collection with removable devices or to +backup personal files to a networked drive. WWW: http://www.opbyte.it/grsync diff --git a/net/grsync/pkg-plist b/net/grsync/pkg-plist index 28c4ffb95e96..a5b8a5a8c3ed 100644 --- a/net/grsync/pkg-plist +++ b/net/grsync/pkg-plist @@ -12,9 +12,11 @@ share/pixmaps/grsync.png %%NLS%%share/locale/es_ES/LC_MESSAGES/grsync.mo %%NLS%%share/locale/fr_FR/LC_MESSAGES/grsync.mo %%NLS%%share/locale/gl_ES/LC_MESSAGES/grsync.mo +%%NLS%%share/locale/id_ID/LC_MESSAGES/grsync.mo %%NLS%%share/locale/it_IT/LC_MESSAGES/grsync.mo %%NLS%%share/locale/nb_NO/LC_MESSAGES/grsync.mo %%NLS%%share/locale/nl_NL/LC_MESSAGES/grsync.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/grsync.mo %%NLS%%share/locale/ru_RU/LC_MESSAGES/grsync.mo %%NLS%%share/locale/sv_SE/LC_MESSAGES/grsync.mo %%NLS%%share/locale/tr_TR/LC_MESSAGES/grsync.mo @@ -31,6 +33,8 @@ share/pixmaps/grsync.png %%NLS%%@dirrmtry share/locale/nb_NO %%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES %%NLS%%@dirrmtry share/locale/it_IT +%%NLS%%@dirrmtry share/locale/id_ID/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/id_ID %%NLS%%@dirrmtry share/locale/gl_ES/LC_MESSAGES %%NLS%%@dirrmtry share/locale/gl_ES %%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES |