diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-23 19:47:30 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-23 19:47:30 +0800 |
commit | a835f570608a2087d2fb817f96ec67767b287250 (patch) | |
tree | 4ccc389b281a7242e27cd8a4a2197f6ad0b01c61 | |
parent | 7bb06b75e46e722151467baf03bd2b913987f416 (diff) | |
download | freebsd-ports-gnome-a835f570608a2087d2fb817f96ec67767b287250.tar.gz freebsd-ports-gnome-a835f570608a2087d2fb817f96ec67767b287250.tar.zst freebsd-ports-gnome-a835f570608a2087d2fb817f96ec67767b287250.zip |
- Update to 3.2.1
PR: ports/102029
Submitted by: pirzyk
-rw-r--r-- | sysutils/psgconf/Makefile | 14 | ||||
-rw-r--r-- | sysutils/psgconf/distinfo | 6 | ||||
-rw-r--r-- | sysutils/psgconf/files/patch-Makefile.PL | 3 | ||||
-rw-r--r-- | sysutils/psgconf/pkg-plist | 66 |
4 files changed, 53 insertions, 36 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index d298e1652711..a973f615ed22 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= psgconf -PORTVERSION= 3.2 +PORTVERSION= 3.2.1 CATEGORIES= sysutils MASTER_SITES= ftp://ftp-dev.cites.uiuc.edu/pub/psgconf/ @@ -26,7 +26,9 @@ PERL_CONFIGURE= YES MAN1= psgconf.1 MAN3= PSGConf.3 \ PSGConf::Action.3 \ + PSGConf::Action::ChGrp.3 \ PSGConf::Action::ChMod.3 \ + PSGConf::Action::ChOwn.3 \ PSGConf::Action::CopyFile.3 \ PSGConf::Action::CreateFile.3 \ PSGConf::Action::Crontab.3 \ @@ -186,18 +188,13 @@ RUN_DEPENDS= ${BUILD_DEPENDS} IGNORE= requires perl 5.6 or newer .endif -.if ${OSVERSION} <= 600000 -BROKEN= does not compile on 4.X/5.X -.else -BROKEN= attempts to modify file under /usr/ports, which could be an RO file system -.endif +PKGINSTALL= ${WRKSRC}/postinstall post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete post-build: cd ${WRKSRC} && ${MAKE} test - ${CP} ${WRKSRC}/postinstall ${PKGINSTALL} post-install: -@${MKDIR} ${PREFIX}/etc @@ -205,7 +202,4 @@ post-install: @${CP} ${WRKSRC}/etc/psgconf_modules ${PREFIX}/etc/psgconf_modules.sample PKG_PREFIX=${PREFIX} PKG_MGR=FreeBSD::Ports ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -post-clean: - @${RM} -f ${PKGINSTALL} - .include <bsd.port.post.mk> diff --git a/sysutils/psgconf/distinfo b/sysutils/psgconf/distinfo index 43c002bdd277..de2f4543b35a 100644 --- a/sysutils/psgconf/distinfo +++ b/sysutils/psgconf/distinfo @@ -1,3 +1,3 @@ -MD5 (psgconf-3.2.tar.gz) = d51617f6d2e41ef3fcf5eaa3d5f01f05 -SHA256 (psgconf-3.2.tar.gz) = e55d35e517ea115a903d2d99d2dade0bdfd6c9594a3322f36fe50d0e1f277a95 -SIZE (psgconf-3.2.tar.gz) = 232351 +MD5 (psgconf-3.2.1.tar.gz) = d9be38204425f72c611b7a0c51540b35 +SHA256 (psgconf-3.2.1.tar.gz) = a4a8d31871dc653e359804431534593be807ece10edf8bbcd4dd0074ed988b92 +SIZE (psgconf-3.2.1.tar.gz) = 234015 diff --git a/sysutils/psgconf/files/patch-Makefile.PL b/sysutils/psgconf/files/patch-Makefile.PL index fb296e4392f6..05e73fc54b9b 100644 --- a/sysutils/psgconf/files/patch-Makefile.PL +++ b/sysutils/psgconf/files/patch-Makefile.PL @@ -6,6 +6,7 @@ -$etc_dir = '/etc'; +$etc_dir = '$(PREFIX)/etc'; - $share_dir = '$(PREFIX)/share/psgconf'; +-$share_dir = '/usr/local/share/psgconf'; ++$share_dir = '$(PREFIX)/share/psgconf'; GetOptions( diff --git a/sysutils/psgconf/pkg-plist b/sysutils/psgconf/pkg-plist index ffd4cc915290..4669e346dd9f 100644 --- a/sysutils/psgconf/pkg-plist +++ b/sysutils/psgconf/pkg-plist @@ -2,33 +2,40 @@ @unexec cmp %D/etc/psgconf_modules.sample %D/etc/psgconf_modules && rm %D/etc/psgconf_modules etc/psg.conf.sample etc/psgconf_modules.sample +sbin/ConfigFile2Storable sbin/psgconf +sbin/psgconf-import sbin/platform-name -share/psgconf/config/defaults.conf -share/psgconf/config/platform-freebsd4.conf -share/psgconf/config/platform-freebsd5.conf -share/psgconf/config/platform-freebsd6.conf -share/psgconf/config/platform-hpux10.conf -share/psgconf/config/platform-hpux11.conf -share/psgconf/config/platform-irix6.conf -share/psgconf/config/platform-ix86-linux2.4.conf -share/psgconf/config/platform-rs6000-aix4.3.3.conf -share/psgconf/config/platform-rs6000-aix5.1.0.conf -share/psgconf/config/platform-sparc-solaris8.conf -share/psgconf/config/platform-sparc-solaris9.conf -share/psgconf/config/platform-sparc-solaris10.conf -share/psgconf/files/magic -share/psgconf/files/rc.shutdown +%%DATADIR%%/config/defaults.conf +%%DATADIR%%/config/platform-fc4.conf +%%DATADIR%%/config/platform-freebsd4.conf +%%DATADIR%%/config/platform-freebsd5.conf +%%DATADIR%%/config/platform-freebsd6.conf +%%DATADIR%%/config/platform-hpux10.conf +%%DATADIR%%/config/platform-hpux11.conf +%%DATADIR%%/config/platform-irix6.conf +%%DATADIR%%/config/platform-rhel3.conf +%%DATADIR%%/config/platform-rhel4.conf +%%DATADIR%%/config/platform-rs6000-aix4.3.3.conf +%%DATADIR%%/config/platform-rs6000-aix5.1.0.conf +%%DATADIR%%/config/platform-solaris8.conf +%%DATADIR%%/config/platform-solaris9.conf +%%DATADIR%%/config/platform-solaris10.conf +%%DATADIR%%/files/magic +%%DATADIR%%/files/rc.shutdown %%SITE_PERL%%//%%PERL_ARCH%%/auto/PSGConf/.packlist %%SITE_PERL%%/psgconf-intro.pod %%SITE_PERL%%/PSGConf.pm %%SITE_PERL%%/PSGConf/Action.pm +%%SITE_PERL%%/PSGConf/Action/ChGrp.pm %%SITE_PERL%%/PSGConf/Action/ChMod.pm +%%SITE_PERL%%/PSGConf/Action/ChOwn.pm %%SITE_PERL%%/PSGConf/Action/CopyFile.pm %%SITE_PERL%%/PSGConf/Action/CreateFile.pm %%SITE_PERL%%/PSGConf/Action/Crontab.pm %%SITE_PERL%%/PSGConf/Action/File.pm %%SITE_PERL%%/PSGConf/Action/GenerateFile.pm +%%SITE_PERL%%/PSGConf/Action/GenerateFile/AppConfig.pm %%SITE_PERL%%/PSGConf/Action/GenerateFile/BSD_exports.pm %%SITE_PERL%%/PSGConf/Action/GenerateFile/EnvFile.pm %%SITE_PERL%%/PSGConf/Action/GenerateFile/Literal.pm @@ -90,6 +97,7 @@ share/psgconf/files/rc.shutdown %%SITE_PERL%%/PSGConf/Action/PackageManager/FreeBSD/Ports.pm %%SITE_PERL%%/PSGConf/Action/PackageManager/RedHat/RHN.pm %%SITE_PERL%%/PSGConf/Action/PackageManager/RedHat/RPMS.pm +%%SITE_PERL%%/PSGConf/Action/PackageManager/RedHat/Yum.pm %%SITE_PERL%%/PSGConf/Action/PackageManager/Solaris.pm %%SITE_PERL%%/PSGConf/Action/Remove.pm %%SITE_PERL%%/PSGConf/Action/RemoveCrontab.pm @@ -99,6 +107,7 @@ share/psgconf/files/rc.shutdown %%SITE_PERL%%/PSGConf/Action/Symlink.pm %%SITE_PERL%%/PSGConf/Action/TouchFile.pm %%SITE_PERL%%/PSGConf/Action/UntarFile.pm +%%SITE_PERL%%/PSGConf/Action/svcs/addpg.pm %%SITE_PERL%%/PSGConf/Action/svcs/import.pm %%SITE_PERL%%/PSGConf/Action/svcs/setprop.pm %%SITE_PERL%%/PSGConf/Control.pm @@ -112,9 +121,6 @@ share/psgconf/files/rc.shutdown %%SITE_PERL%%/PSGConf/Control/FreeBSD.pm %%SITE_PERL%%/PSGConf/Control/InitScripts.pm %%SITE_PERL%%/PSGConf/Control/Inittab.pm -%%SITE_PERL%%/PSGConf/Control/Library/crle.pm -%%SITE_PERL%%/PSGConf/Control/Library/ld_so_conf.pm -%%SITE_PERL%%/PSGConf/Control/Library/ldconfig.pm %%SITE_PERL%%/PSGConf/Control/NFS_Client.pm %%SITE_PERL%%/PSGConf/Control/NFS_Server.pm %%SITE_PERL%%/PSGConf/Control/NTP.pm @@ -124,10 +130,12 @@ share/psgconf/files/rc.shutdown %%SITE_PERL%%/PSGConf/Control/Packages.pm %%SITE_PERL%%/PSGConf/Control/PostgreSQL.pm %%SITE_PERL%%/PSGConf/Control/Printers.pm -%%SITE_PERL%%/PSGConf/Control/RHN.pm %%SITE_PERL%%/PSGConf/Control/RPC.pm +%%SITE_PERL%%/PSGConf/Control/RPC/rstatd.pm %%SITE_PERL%%/PSGConf/Control/Resolver.pm +%%SITE_PERL%%/PSGConf/Control/RedHat.pm %%SITE_PERL%%/PSGConf/Control/SASL.pm +%%SITE_PERL%%/PSGConf/Control/SharedLibrary.pm %%SITE_PERL%%/PSGConf/Control/ShellStartupFiles.pm %%SITE_PERL%%/PSGConf/Control/Shells.pm %%SITE_PERL%%/PSGConf/Control/Solaris.pm @@ -145,6 +153,7 @@ share/psgconf/files/rc.shutdown %%SITE_PERL%%/PSGConf/Control/sendmail.pm %%SITE_PERL%%/PSGConf/Control/sshd.pm %%SITE_PERL%%/PSGConf/Control/sudo.pm +%%SITE_PERL%%/PSGConf/Control/swatch.pm %%SITE_PERL%%/PSGConf/Control/syslog.pm %%SITE_PERL%%/PSGConf/Data.pm %%SITE_PERL%%/PSGConf/Data/Boolean.pm @@ -155,7 +164,17 @@ share/psgconf/files/rc.shutdown %%SITE_PERL%%/PSGConf/Data/List.pm %%SITE_PERL%%/PSGConf/Data/String.pm %%SITE_PERL%%/PSGConf/Data/Table.pm +%%SITE_PERL%%/PSGConf/DataStore.pm +%%SITE_PERL%%/PSGConf/DataStore/AppConfig.pm %%SITE_PERL%%/PSGConf/DataStore/ConfigFile.pm +%%SITE_PERL%%/PSGConf/DataStore/Storable.pm +%%SITE_PERL%%/PSGConf/Import/Data/Hash.pm +%%SITE_PERL%%/PSGConf/Import/Data/List.pm +%%SITE_PERL%%/PSGConf/Import/Data/Table.pm +%%SITE_PERL%%/PSGConf/Import/inittab.pm +%%SITE_PERL%%/PSGConf/Import/pkg_default_versions.pm +%%SITE_PERL%%/PSGConf/Import/ports.pm +%%SITE_PERL%%/PSGConf/Import/shells.pm %%SITE_PERL%%/PSGConf/Util.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PSGConf @dirrmtry %%SITE_PERL%%/PSGConf/Action/PackageManager/RedHat @@ -166,10 +185,13 @@ share/psgconf/files/rc.shutdown @dirrmtry %%SITE_PERL%%/PSGConf/Action @dirrmtry %%SITE_PERL%%/PSGConf/Control/Apache @dirrmtry %%SITE_PERL%%/PSGConf/Control/Library +@dirrmtry %%SITE_PERL%%/PSGConf/Control/RPC @dirrmtry %%SITE_PERL%%/PSGConf/Control @dirrmtry %%SITE_PERL%%/PSGConf/Data @dirrmtry %%SITE_PERL%%/PSGConf/DataStore +@dirrmtry %%SITE_PERL%%/PSGConf/Import/Data +@dirrmtry %%SITE_PERL%%/PSGConf/Import @dirrmtry %%SITE_PERL%%/PSGConf -@dirrmtry share/psgconf/config -@dirrmtry share/psgconf/files -@dirrmtry share/psgconf +@dirrmtry %%DATADIR%%/config +@dirrmtry %%DATADIR%%/files +@dirrmtry %%DATADIR%% |