Index: head/sysutils/gsmartcontrol/Makefile =================================================================== --- head/sysutils/gsmartcontrol/Makefile (revision 443824) +++ head/sysutils/gsmartcontrol/Makefile (revision 443825) @@ -1,26 +1,36 @@ # Created by: Pawel Pekala # $FreeBSD$ PORTNAME= gsmartcontrol -PORTVERSION= 0.8.7 -PORTREVISION= 5 +PORTVERSION= 1.0.0 CATEGORIES= sysutils -MASTER_SITES= http://artificialtime.com/${PORTNAME}/ +MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} MAINTAINER= pawel@FreeBSD.org COMMENT= Graphical user interface for smartmontools -LIB_DEPENDS= libgtkmm-2.4.so:x11-toolkits/gtkmm24 +LICENSE= BSD3CLAUSE BSL GPLv2 GPLv3 PD ZLIB +LICENSE_COMB= multi +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE_bsd-ac.txt +LICENSE_FILE_BSL= ${WRKSRC}/LICENSE_boost_1_0.txt +LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE_gpl2.txt +LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE_gpl3.txt +LICENSE_FILE_PD= ${WRKSRC}/LICENSE_unlicense.txt +LICENSE_FILE_ZLIB= ${WRKSRC}/LICENSE_zlib.txt + +LIB_DEPENDS= libpcre.so:devel/pcre RUN_DEPENDS= bash:shells/bash \ + gnomesu:security/libgnomesu \ smartctl:sysutils/smartmontools -USES= compiler:c++11-lang pkgconfig tar:bzip2 libtool +USES= compiler:c++11-lang libtool pkgconfig tar:bzip2 USE_CXXSTD= c++11 +USE_GNOME= atkmm cairo glibmm gtk30 gtkmm30 libsigc++20 pangomm INSTALLS_ICONS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-libglade OPTIONS_DEFINE= DOCS .include Index: head/sysutils/gsmartcontrol/distinfo =================================================================== --- head/sysutils/gsmartcontrol/distinfo (revision 443824) +++ head/sysutils/gsmartcontrol/distinfo (revision 443825) @@ -1,2 +1,3 @@ -SHA256 (gsmartcontrol-0.8.7.tar.bz2) = 708fa803243abb852ed52050fc82cd3592a798c02743342441996e77f19ffec6 -SIZE (gsmartcontrol-0.8.7.tar.bz2) = 684394 +TIMESTAMP = 1497639656 +SHA256 (gsmartcontrol-1.0.0.tar.bz2) = 7ce35c52260084fa0ac4c7c9011bf231b459af157247f52d0c56aa0e90df947b +SIZE (gsmartcontrol-1.0.0.tar.bz2) = 691419 Index: head/sysutils/gsmartcontrol/files/patch-Makefile.in =================================================================== --- head/sysutils/gsmartcontrol/files/patch-Makefile.in (nonexistent) +++ head/sysutils/gsmartcontrol/files/patch-Makefile.in (revision 443825) @@ -0,0 +1,30 @@ +--- Makefile.in.orig 2017-06-15 21:00:10 UTC ++++ Makefile.in +@@ -84,7 +84,7 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile + $(top_srcdir)/configure $(am__configure_deps) \ + $(srcdir)/config.h.in $(srcdir)/gsmartcontrol.spec.in \ + $(srcdir)/version.in $(srcdir)/compilation_flags.in \ +- $(dist_doc_DATA) $(nobase_dist_doc_DATA) COPYING ChangeLog \ ++ $(dist_doc_DATA) $(nobase_dist_doc_DATA) ChangeLog \ + INSTALL NEWS TODO ar-lib config.guess config.sub depcomp \ + install-sh missing + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +@@ -375,17 +375,7 @@ noinst_DATA = AUTHORS.txt LICENSE_gsmartcontrol.txt RE + # These will be installed into docdir. + # Some of these files are actually needed for compilation (see src/res/Makefile.am). + dist_doc_DATA = AUTHORS.txt ChangeLog NEWS README.txt \ +- LICENSE_boost_1_0.txt \ +- LICENSE_bsd-ac.txt \ +- LICENSE_bsd-ucb.txt \ +- LICENSE_gpl2.txt \ +- LICENSE_gpl3.txt \ +- LICENSE_gsmartcontrol.txt \ +- LICENSE_hz.txt \ +- LICENSE_pcrecpp.txt \ +- LICENSE_unlicense.txt \ +- LICENSE_zlib.txt +- ++ LICENSE_gsmartcontrol.txt + + # nobase_ preserves their directory names. + nobase_dist_doc_DATA = contrib/cron-based_noadmin/README \ Property changes on: head/sysutils/gsmartcontrol/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/gsmartcontrol/pkg-plist =================================================================== --- head/sysutils/gsmartcontrol/pkg-plist (revision 443824) +++ head/sysutils/gsmartcontrol/pkg-plist (revision 443825) @@ -1,35 +1,27 @@ bin/gsmartcontrol bin/gsmartcontrol-root -man/man1/gsmartcontrol.1.gz man/man1/gsmartcontrol-root.1.gz +man/man1/gsmartcontrol.1.gz share/applications/gsmartcontrol.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.txt %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_boost_1_0.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_bsd-ac.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_bsd-ucb.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_gpl2.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_gpl3.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE_gsmartcontrol.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_hz.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_pcrecpp.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_unlicense.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE_zlib.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/contrib/cron-based_noadmin/README %%PORTDOCS%%%%DOCSDIR%%/contrib/cron-based_noadmin/cron_gather_smart.sh %%PORTDOCS%%%%DOCSDIR%%/contrib/cron-based_noadmin/crontab.example %%PORTDOCS%%%%DOCSDIR%%/contrib/cron-based_noadmin/smartctl_subst.sh %%DATADIR%%/icon_cddvd.png %%DATADIR%%/icon_hdd.png share/icons/hicolor/128x128/apps/gsmartcontrol.png share/icons/hicolor/16x16/apps/gsmartcontrol.png share/icons/hicolor/22x22/apps/gsmartcontrol.png share/icons/hicolor/24x24/apps/gsmartcontrol.png share/icons/hicolor/256x256/apps/gsmartcontrol.png share/icons/hicolor/32x32/apps/gsmartcontrol.png share/icons/hicolor/48x48/apps/gsmartcontrol.png share/icons/hicolor/64x64/apps/gsmartcontrol.png +share/metainfo/gsmartcontrol.appdata.xml share/pixmaps/gsmartcontrol.png share/pixmaps/gsmartcontrol.xpm