- Update to 1.2.0

- Re-order LICENSE/RUN_DEPENDS to make portlint happy
- Remove useless CPPFLAGS from CONFIGURE_ENV
- Add missing dependency to shells/bash (for grsync-batch)
- Re-format pkg-descr
This commit is contained in:
Ganael LAPLANCHE 2011-08-26 12:02:45 +00:00
parent 8cc9509252
commit 4eb8a4d319
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280514
4 changed files with 20 additions and 14 deletions

View file

@ -6,8 +6,7 @@
# #
PORTNAME= grsync PORTNAME= grsync
PORTVERSION= 1.1.1 PORTVERSION= 1.2.0
PORTREVISION= 2
CATEGORIES= net ipv6 CATEGORIES= net ipv6
MASTER_SITES= http://www.opbyte.it/release/ \ MASTER_SITES= http://www.opbyte.it/release/ \
LOCAL/martymac LOCAL/martymac
@ -15,10 +14,11 @@ MASTER_SITES= http://www.opbyte.it/release/ \
MAINTAINER= martymac@FreeBSD.org MAINTAINER= martymac@FreeBSD.org
COMMENT= GTK frontend for rsync COMMENT= GTK frontend for rsync
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync
LICENSE= GPLv2 LICENSE= GPLv2
RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync \
bash:${PORTSDIR}/shells/bash
USE_GNOME= gtk20 desktopfileutils USE_GNOME= gtk20 desktopfileutils
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GMAKE= yes USE_GMAKE= yes
@ -27,7 +27,7 @@ INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}"
.if !defined(WITHOUT_NLS) .if !defined(WITHOUT_NLS)
USE_GETTEXT= yes USE_GETTEXT= yes
@ -39,6 +39,8 @@ PLIST_SUB+= NLS="@comment "
MAN1= grsync.1 grsync-batch.1 MAN1= grsync.1 grsync-batch.1
post-patch: post-patch:
@${REINPLACE_CMD} 's|/bin/bash|${LOCALBASE}/bin/bash|' \
${WRKSRC}/src/grsync-batch
.if defined(WITHOUT_NLS) .if defined(WITHOUT_NLS)
@${REINPLACE_CMD} 's/^ALL_LINGUAS=.*/ALL_LINGUAS=""/' \ @${REINPLACE_CMD} 's/^ALL_LINGUAS=.*/ALL_LINGUAS=""/' \
${WRKSRC}/configure ${WRKSRC}/configure

View file

@ -1,2 +1,2 @@
SHA256 (grsync-1.1.1.tar.gz) = ea0d1cf4a25dc7d03f7d305cbab75757541f66b46844321a9630c32dcad30c39 SHA256 (grsync-1.2.0.tar.gz) = 91bf09fe7d217e7f138de89cdc3a8464766aa4ebdb7e32c5ac70fadefff28f1f
SIZE (grsync-1.1.1.tar.gz) = 283339 SIZE (grsync-1.2.0.tar.gz) = 297433

View file

@ -1,9 +1,9 @@
Grsync is a GUI (Graphical User Interface) for rsync, the commandline Grsync is a GUI (Graphical User Interface) for rsync, the commandline directory
directory synchronization tool. It makes use of the GTK libraries and is synchronization tool. It makes use of the GTK libraries and is released under
released under the GPL license, so it is opensource. It doesn't support all the GPL license, so it is opensource. It doesn't support all of rsync features,
of rsync features, but can be effectively used to synchronize local but can be effectively used to synchronize local directories and supports
directories and supports remote targets in a limited way (read: manual). For remote targets in a limited way (read: manual). For example some people use
example some people use grsync to synchronize their music collection with grsync to synchronize their music collection with removable devices or to
removable devices or to backup personal files to a networked drive. backup personal files to a networked drive.
WWW: http://www.opbyte.it/grsync WWW: http://www.opbyte.it/grsync

View file

@ -12,9 +12,11 @@ share/pixmaps/grsync.png
%%NLS%%share/locale/es_ES/LC_MESSAGES/grsync.mo %%NLS%%share/locale/es_ES/LC_MESSAGES/grsync.mo
%%NLS%%share/locale/fr_FR/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/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/it_IT/LC_MESSAGES/grsync.mo
%%NLS%%share/locale/nb_NO/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/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/ru_RU/LC_MESSAGES/grsync.mo
%%NLS%%share/locale/sv_SE/LC_MESSAGES/grsync.mo %%NLS%%share/locale/sv_SE/LC_MESSAGES/grsync.mo
%%NLS%%share/locale/tr_TR/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/nb_NO
%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES %%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/it_IT %%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/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/gl_ES %%NLS%%@dirrmtry share/locale/gl_ES
%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES %%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES